Html Css Color HEX #EA239F Persian Rose

📋 copy color: '#EA239F'

red 234 ◦ green 35 ◦ blue 159

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

Shades of Persian Rose #EA239F

Tints of Persian Rose #EA239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.18%

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

R = 54.67%
G = 8.18%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA239F (or 0xEA239F) is known color: Persian Rose. HEX triplet: EA, 23 and 9F. RGB value is (234,35,159). Sum of RGB (Red+Green+Blue) = 234+35+159=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA239F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA239F is #15DC60. Grayscale: #6C6C6C. Windows color (decimal): -1432673 or 10429418. OLE color: 10429418.

HSL color Cylindrical-coordinate representation of color #EA239F: hue angle of 322.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA239F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 159 -
CMYK 0 0.85 0.32 0.08
HSL 322.61º 0.83% 0.53% -
HSV(B) 322.61º 0.85% 0.92% -
XYZ 40.79 21.2 34.74 -
YUV 108.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 234 35 159 0 0.85 0.32 0.08 322.61 0.83 0.53
Hex EA 23 9F 0 55 20 8 143 53 35
Octal 352 43 237 0 125 40 10 503 123 65
Binary 11101010 100011 10011111 0 1010101 100000 1000 101000011 1010011 110101

Color Harmonies of #EA239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA239F

Black with #EA239F

Text Example


Text Example

White with #EA239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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