Html Css Color HEX #EF59A0 Brilliant Rose

📋 copy color: '#EF59A0'

red 239 ◦ green 89 ◦ blue 160

#EF59A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF59A0

Tints of Brilliant Rose #EF59A0

RGB

 RED value IS 239 (93.75% from 255) = 48.98%

 GREEN value IS 89 (35.16% from 255) = 18.24%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 48.98%
G = 18.24%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF59A0 (or 0xEF59A0) is known color: Brilliant Rose. HEX triplet: EF, 59 and A0. RGB value is (239,89,160). Sum of RGB (Red+Green+Blue) = 239+89+160=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59A0 is #10A65F. Grayscale: #8D8D8D. Windows color (decimal): -1091168 or 10508783. OLE color: 10508783.

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

Color convert

RGB 239 89 160 -
CMYK 0 0.63 0.33 0.06
HSL 331.6º 0.82% 0.64% -
HSV(B) 331.6º 0.63% 0.94% -
XYZ 45.51 28.03 36.27 -
YUV 141.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 239 89 160 0 0.63 0.33 0.06 331.6 0.82 0.64
Hex EF 59 A0 0 3F 21 6 14C 52 40
Octal 357 131 240 0 77 41 6 514 122 100
Binary 11101111 1011001 10100000 0 111111 100001 110 101001100 1010010 1000000

Color Harmonies of #EF59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59A0

Black with #EF59A0

Text Example


Text Example

White with #EF59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59A0; }

 p { color: rgb(239,89,160); }

 H1.HeaderClassName
 {
   color: #EF59A0;
 }
 .AnyTagClassName
 {
   color: #EF59A0;
 }
</style>

background-color css

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

 a { background-color: rgb(239,89,160); }

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

border-color css

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

 span { border-color: rgb(239,89,160); }

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