Html Css Color HEX #ED59A6 Brilliant Rose

📋 copy color: '#ED59A6'

red 237 ◦ green 89 ◦ blue 166

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

Shades of Brilliant Rose #ED59A6

Tints of Brilliant Rose #ED59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 48.17%
G = 18.09%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED59A6 (or 0xED59A6) is known color: Brilliant Rose. HEX triplet: ED, 59 and A6. RGB value is (237,89,166). Sum of RGB (Red+Green+Blue) = 237+89+166=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59A6 is #12A659. Grayscale: #8D8D8D. Windows color (decimal): -1222234 or 10901997. OLE color: 10901997.

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

Color convert

RGB 237 89 166 -
CMYK 0 0.62 0.30 0.07
HSL 328.78º 0.8% 0.64% -
HSV(B) 328.78º 0.62% 0.93% -
XYZ 45.38 27.9 39.07 -
YUV 142.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 237 89 166 0 0.62 0.30 0.07 328.78 0.8 0.64
Hex ED 59 A6 0 3E 1E 7 149 50 40
Octal 355 131 246 0 76 36 7 511 120 100
Binary 11101101 1011001 10100110 0 111110 11110 111 101001001 1010000 1000000

Color Harmonies of #ED59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59A6

Black with #ED59A6

Text Example


Text Example

White with #ED59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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