Html Css Color HEX #ED2EAC Persian Rose

📋 copy color: '#ED2EAC'

red 237 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #ED2EAC

Tints of Persian Rose #ED2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.11%

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

R = 52.09%
G = 10.11%
B = 37.8%

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

#ED2EAC (or 0xED2EAC) is known color: Persian Rose. HEX triplet: ED, 2E and AC. RGB value is (237,46,172). Sum of RGB (Red+Green+Blue) = 237+46+172=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2EAC is #12D153. Grayscale: #757575. Windows color (decimal): -1233236 or 11284205. OLE color: 11284205.

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

Color convert

RGB 237 46 172 -
CMYK 0 0.81 0.27 0.07
HSL 320.42º 0.84% 0.55% -
HSV(B) 320.42º 0.81% 0.93% -
XYZ 43.35 22.94 41.17 -
YUV 117.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 237 46 172 0 0.81 0.27 0.07 320.42 0.84 0.55
Hex ED 2E AC 0 51 1B 7 140 54 37
Octal 355 56 254 0 121 33 7 500 124 67
Binary 11101101 101110 10101100 0 1010001 11011 111 101000000 1010100 110111

Color Harmonies of #ED2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EAC

Black with #ED2EAC

Text Example


Text Example

White with #ED2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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