Html Css Color HEX #ED59A8 Brilliant Rose

📋 copy color: '#ED59A8'

red 237 ◦ green 89 ◦ blue 168

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

Shades of Brilliant Rose #ED59A8

Tints of Brilliant Rose #ED59A8

RGB

 RED value IS 237 (92.97% from 255) = 47.98%

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

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

R = 47.98%
G = 18.02%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED59A8 (or 0xED59A8) is known color: Brilliant Rose. HEX triplet: ED, 59 and A8. RGB value is (237,89,168). Sum of RGB (Red+Green+Blue) = 237+89+168=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59A8 is #12A657. Grayscale: #8E8E8E. Windows color (decimal): -1222232 or 11033069. OLE color: 11033069.

HSL color Cylindrical-coordinate representation of color #ED59A8: hue angle of 327.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59A8 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 89 168 -
CMYK 0 0.62 0.29 0.07
HSL 327.97º 0.8% 0.64% -
HSV(B) 327.97º 0.62% 0.93% -
XYZ 45.57 27.98 40.04 -
YUV 142.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 237 89 168 0 0.62 0.29 0.07 327.97 0.8 0.64
Hex ED 59 A8 0 3E 1D 7 148 50 40
Octal 355 131 250 0 76 35 7 510 120 100
Binary 11101101 1011001 10101000 0 111110 11101 111 101001000 1010000 1000000

Color Harmonies of #ED59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59A8

Black with #ED59A8

Text Example


Text Example

White with #ED59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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