Html Css Color HEX #EA2F9C Persian Rose

📋 copy color: '#EA2F9C'

red 234 ◦ green 47 ◦ blue 156

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

Shades of Persian Rose #EA2F9C

Tints of Persian Rose #EA2F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 53.55%
G = 10.76%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA2F9C (or 0xEA2F9C) is known color: Persian Rose. HEX triplet: EA, 2F and 9C. RGB value is (234,47,156). Sum of RGB (Red+Green+Blue) = 234+47+156=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F9C is #15D063. Grayscale: #737373. Windows color (decimal): -1429604 or 10235882. OLE color: 10235882.

HSL color Cylindrical-coordinate representation of color #EA2F9C: hue angle of 325.03º 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 #EA2F9C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 47 156 -
CMYK 0 0.80 0.33 0.08
HSL 325.03º 0.82% 0.55% -
HSV(B) 325.03º 0.8% 0.92% -
XYZ 40.95 21.93 33.53 -
YUV 115.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 234 47 156 0 0.80 0.33 0.08 325.03 0.82 0.55
Hex EA 2F 9C 0 50 21 8 145 52 37
Octal 352 57 234 0 120 41 10 505 122 67
Binary 11101010 101111 10011100 0 1010000 100001 1000 101000101 1010010 110111

Color Harmonies of #EA2F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F9C

Black with #EA2F9C

Text Example


Text Example

White with #EA2F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F9C; }

 p { color: rgb(234,47,156); }

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

background-color css

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

 a { background-color: rgb(234,47,156); }

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

border-color css

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

 span { border-color: rgb(234,47,156); }

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