#EF569A

Color #EF569A Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EF569A

Tints of Brilliant Rose #EF569A

Color information

#EF569A (or 0xEF569A) is unknown color: approx Brilliant Rose. HEX triplet: EF, 56 and 9A. RGB value is (239,86,154). Sum of RGB (Red+Green+Blue) = 239+86+154=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF569A is #10A965. Grayscale: #8B8B8B. Windows color (decimal): -1091942 or 10114799. OLE color: 10114799.

HSL color Cylindrical-coordinate representation of color #EF569A: hue angle of 333.33º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF569A is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB23986154-
CMYK00.640.360.06
HSL333.33º82.7%63.73%-
HSV(B)333.33º64.02%93.73%-
XYZ44.7627.3433.49-
YUV139.5136.19198.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=49.90%
G=17.95%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398615400.640.360.06333.3382.763.73
HexEF569A04024614d5340
Octal3571262320100446515123100
Binary111011111010110100110100100000010010011010100110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF569A; }

 p { color: rgb(239,86,154); }

 H1.HeaderClassName
 {
   color: #EF569A;
 }
 .AnyTagClassName
 {
   color: #EF569A;
 }
</style>
background-color css

<style>
 a { background-color: #EF569A; }

 a { background-color: rgb(239,86,154); }

 div.DivClassName
 {
   background-color: #EF569A;
 }
 .BgClassName
 {
   background-color: #EF569A;
 }
</style>
border-color css

<style>
 span { border-color: #EF569A; }

 span { border-color: rgb(239,86,154); }

 td.TdClassName
 {
   border-color: #EF569A;
 }
 .TagClassName
 {
   border-color: #EF569A;
 }
</style>