Html Css Color HEX #ED2DAE Persian Rose

📋 copy color: '#ED2DAE'

red 237 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #ED2DAE

Tints of Persian Rose #ED2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 51.97%
G = 9.87%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED2DAE (or 0xED2DAE) is known color: Persian Rose. HEX triplet: ED, 2D and AE. RGB value is (237,45,174). Sum of RGB (Red+Green+Blue) = 237+45+174=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2DAE is #12D251. Grayscale: #747474. Windows color (decimal): -1233490 or 11415021. OLE color: 11415021.

HSL color Cylindrical-coordinate representation of color #ED2DAE: hue angle of 319.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DAE is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 45 174 -
CMYK 0 0.81 0.27 0.07
HSL 319.69º 0.84% 0.55% -
HSV(B) 319.69º 0.81% 0.93% -
XYZ 43.5 22.94 42.18 -
YUV 117.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 237 45 174 0 0.81 0.27 0.07 319.69 0.84 0.55
Hex ED 2D AE 0 51 1B 7 140 54 37
Octal 355 55 256 0 121 33 7 500 124 67
Binary 11101101 101101 10101110 0 1010001 11011 111 101000000 1010100 110111

Color Harmonies of #ED2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DAE

Black with #ED2DAE

Text Example


Text Example

White with #ED2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DAE; }

 p { color: rgb(237,45,174); }

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

background-color css

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

 a { background-color: rgb(237,45,174); }

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

border-color css

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

 span { border-color: rgb(237,45,174); }

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