Html Css Color HEX #EA2E9F Persian Rose

📋 copy color: '#EA2E9F'

red 234 ◦ green 46 ◦ blue 159

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

Shades of Persian Rose #EA2E9F

Tints of Persian Rose #EA2E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 53.3%
G = 10.48%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA2E9F (or 0xEA2E9F) is known color: Persian Rose. HEX triplet: EA, 2E and 9F. RGB value is (234,46,159). Sum of RGB (Red+Green+Blue) = 234+46+159=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2E9F is #15D160. Grayscale: #727272. Windows color (decimal): -1429857 or 10432234. OLE color: 10432234.

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

Color convert

RGB 234 46 159 -
CMYK 0 0.80 0.32 0.08
HSL 323.94º 0.82% 0.55% -
HSV(B) 323.94º 0.8% 0.92% -
XYZ 41.17 21.95 34.87 -
YUV 115.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 234 46 159 0 0.80 0.32 0.08 323.94 0.82 0.55
Hex EA 2E 9F 0 50 20 8 144 52 37
Octal 352 56 237 0 120 40 10 504 122 67
Binary 11101010 101110 10011111 0 1010000 100000 1000 101000100 1010010 110111

Color Harmonies of #EA2E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E9F

Black with #EA2E9F

Text Example


Text Example

White with #EA2E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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