Html Css Color HEX #EA2EAC Persian Rose

📋 copy color: '#EA2EAC'

red 234 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #EA2EAC

Tints of Persian Rose #EA2EAC

RGB

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

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

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

R = 51.77%
G = 10.18%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA2EAC (or 0xEA2EAC) is known color: Persian Rose. HEX triplet: EA, 2E and AC. RGB value is (234,46,172). Sum of RGB (Red+Green+Blue) = 234+46+172=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2EAC is #15D153. Grayscale: #747474. Windows color (decimal): -1429844 or 11284202. OLE color: 11284202.

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

Color convert

RGB 234 46 172 -
CMYK 0 0.80 0.26 0.08
HSL 319.79º 0.82% 0.55% -
HSV(B) 319.79º 0.8% 0.92% -
XYZ 42.36 22.42 41.13 -
YUV 116.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 234 46 172 0 0.80 0.26 0.08 319.79 0.82 0.55
Hex EA 2E AC 0 50 1A 8 140 52 37
Octal 352 56 254 0 120 32 10 500 122 67
Binary 11101010 101110 10101100 0 1010000 11010 1000 101000000 1010010 110111

Color Harmonies of #EA2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2EAC

Black with #EA2EAC

Text Example


Text Example

White with #EA2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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