Html Css Color HEX #ED2CAE Persian Rose

📋 copy color: '#ED2CAE'

red 237 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #ED2CAE

Tints of Persian Rose #ED2CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

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

R = 52.09%
G = 9.67%
B = 38.24%

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

#ED2CAE (or 0xED2CAE) is known color: Persian Rose. HEX triplet: ED, 2C and AE. RGB value is (237,44,174). Sum of RGB (Red+Green+Blue) = 237+44+174=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2CAE is #12D351. Grayscale: #747474. Windows color (decimal): -1233746 or 11414765. OLE color: 11414765.

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

Color convert

RGB 237 44 174 -
CMYK 0 0.81 0.27 0.07
HSL 319.59º 0.84% 0.55% -
HSV(B) 319.59º 0.81% 0.93% -
XYZ 43.47 22.86 42.17 -
YUV 116.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 237 44 174 0 0.81 0.27 0.07 319.59 0.84 0.55
Hex ED 2C AE 0 51 1B 7 140 54 37
Octal 355 54 256 0 121 33 7 500 124 67
Binary 11101101 101100 10101110 0 1010001 11011 111 101000000 1010100 110111

Color Harmonies of #ED2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2CAE

Black with #ED2CAE

Text Example


Text Example

White with #ED2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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