Html Css Color HEX #EA2DAC Persian Rose

📋 copy color: '#EA2DAC'

red 234 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #EA2DAC

Tints of Persian Rose #EA2DAC

RGB

 RED value IS 234 (91.8% from 255) = 51.88%

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

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

R = 51.88%
G = 9.98%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA2DAC (or 0xEA2DAC) is known color: Persian Rose. HEX triplet: EA, 2D and AC. RGB value is (234,45,172). Sum of RGB (Red+Green+Blue) = 234+45+172=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DAC is #15D253. Grayscale: #737373. Windows color (decimal): -1430100 or 11283946. OLE color: 11283946.

HSL color Cylindrical-coordinate representation of color #EA2DAC: hue angle of 319.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DAC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 172 -
CMYK 0 0.81 0.26 0.08
HSL 319.68º 0.82% 0.55% -
HSV(B) 319.68º 0.81% 0.92% -
XYZ 42.32 22.35 41.11 -
YUV 115.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 234 45 172 0 0.81 0.26 0.08 319.68 0.82 0.55
Hex EA 2D AC 0 51 1A 8 140 52 37
Octal 352 55 254 0 121 32 10 500 122 67
Binary 11101010 101101 10101100 0 1010001 11010 1000 101000000 1010010 110111

Color Harmonies of #EA2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2DAC

Black with #EA2DAC

Text Example


Text Example

White with #EA2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2DAC; }

 p { color: rgb(234,45,172); }

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

background-color css

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

 a { background-color: rgb(234,45,172); }

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

border-color css

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

 span { border-color: rgb(234,45,172); }

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