Html Css Color HEX #EA3EAC Persian Rose

📋 copy color: '#EA3EAC'

red 234 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #EA3EAC

Tints of Persian Rose #EA3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

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

R = 50%
G = 13.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA3EAC (or 0xEA3EAC) is known color: Persian Rose. HEX triplet: EA, 3E and AC. RGB value is (234,62,172). Sum of RGB (Red+Green+Blue) = 234+62+172=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3EAC is #15C153. Grayscale: #7D7D7D. Windows color (decimal): -1425748 or 11288298. OLE color: 11288298.

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

Color convert

RGB 234 62 172 -
CMYK 0 0.74 0.26 0.08
HSL 321.63º 0.8% 0.58% -
HSV(B) 321.63º 0.74% 0.92% -
XYZ 43.1 23.92 41.37 -
YUV 125.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 234 62 172 0 0.74 0.26 0.08 321.63 0.8 0.58
Hex EA 3E AC 0 4A 1A 8 142 50 3A
Octal 352 76 254 0 112 32 10 502 120 72
Binary 11101010 111110 10101100 0 1001010 11010 1000 101000010 1010000 111010

Color Harmonies of #EA3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3EAC

Black with #EA3EAC

Text Example


Text Example

White with #EA3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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