Html Css Color HEX #ED2CAC Persian Rose

📋 copy color: '#ED2CAC'

red 237 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #ED2CAC

Tints of Persian Rose #ED2CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 52.32%
G = 9.71%
B = 37.97%

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

#ED2CAC (or 0xED2CAC) is known color: Persian Rose. HEX triplet: ED, 2C and AC. RGB value is (237,44,172). Sum of RGB (Red+Green+Blue) = 237+44+172=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2CAC is #12D353. Grayscale: #737373. Windows color (decimal): -1233748 or 11283693. OLE color: 11283693.

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

Color convert

RGB 237 44 172 -
CMYK 0 0.81 0.27 0.07
HSL 320.21º 0.84% 0.55% -
HSV(B) 320.21º 0.81% 0.93% -
XYZ 43.27 22.78 41.15 -
YUV 116.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 237 44 172 0 0.81 0.27 0.07 320.21 0.84 0.55
Hex ED 2C AC 0 51 1B 7 140 54 37
Octal 355 54 254 0 121 33 7 500 124 67
Binary 11101101 101100 10101100 0 1010001 11011 111 101000000 1010100 110111

Color Harmonies of #ED2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2CAC

Black with #ED2CAC

Text Example


Text Example

White with #ED2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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