Html Css Color HEX #ED209E Persian Rose

📋 copy color: '#ED209E'

red 237 ◦ green 32 ◦ blue 158

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

Shades of Persian Rose #ED209E

Tints of Persian Rose #ED209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.49%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 55.5%
G = 7.49%
B = 37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED209E (or 0xED209E) is known color: Persian Rose. HEX triplet: ED, 20 and 9E. RGB value is (237,32,158). Sum of RGB (Red+Green+Blue) = 237+32+158=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED209E is #12DF61. Grayscale: #6B6B6B. Windows color (decimal): -1236834 or 10363117. OLE color: 10363117.

HSL color Cylindrical-coordinate representation of color #ED209E: hue angle of 323.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED209E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 158 -
CMYK 0 0.86 0.33 0.07
HSL 323.12º 0.85% 0.53% -
HSV(B) 323.12º 0.86% 0.93% -
XYZ 41.61 21.51 34.31 -
YUV 107.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 237 32 158 0 0.86 0.33 0.07 323.12 0.85 0.53
Hex ED 20 9E 0 56 21 7 143 55 35
Octal 355 40 236 0 126 41 7 503 125 65
Binary 11101101 100000 10011110 0 1010110 100001 111 101000011 1010101 110101

Color Harmonies of #ED209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED209E

Black with #ED209E

Text Example


Text Example

White with #ED209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED209E; }

 p { color: rgb(237,32,158); }

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

background-color css

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

 a { background-color: rgb(237,32,158); }

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

border-color css

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

 span { border-color: rgb(237,32,158); }

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