Html Css Color HEX #EF59A8 Brilliant Rose

📋 copy color: '#EF59A8'

red 239 ◦ green 89 ◦ blue 168

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

Shades of Brilliant Rose #EF59A8

Tints of Brilliant Rose #EF59A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 48.19%
G = 17.94%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF59A8 (or 0xEF59A8) is known color: Brilliant Rose. HEX triplet: EF, 59 and A8. RGB value is (239,89,168). Sum of RGB (Red+Green+Blue) = 239+89+168=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59A8 is #10A657. Grayscale: #8E8E8E. Windows color (decimal): -1091160 or 11033071. OLE color: 11033071.

HSL color Cylindrical-coordinate representation of color #EF59A8: hue angle of 328.4º 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 #EF59A8 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 168 -
CMYK 0 0.63 0.30 0.06
HSL 328.4º 0.82% 0.64% -
HSV(B) 328.4º 0.63% 0.94% -
XYZ 46.24 28.32 40.08 -
YUV 142.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 239 89 168 0 0.63 0.30 0.06 328.4 0.82 0.64
Hex EF 59 A8 0 3F 1E 6 148 52 40
Octal 357 131 250 0 77 36 6 510 122 100
Binary 11101111 1011001 10101000 0 111111 11110 110 101001000 1010010 1000000

Color Harmonies of #EF59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59A8

Black with #EF59A8

Text Example


Text Example

White with #EF59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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