Html Css Color HEX #EA1E9F Persian Rose

📋 copy color: '#EA1E9F'

red 234 ◦ green 30 ◦ blue 159

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

Shades of Persian Rose #EA1E9F

Tints of Persian Rose #EA1E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

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

R = 55.32%
G = 7.09%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA1E9F (or 0xEA1E9F) is known color: Persian Rose. HEX triplet: EA, 1E and 9F. RGB value is (234,30,159). Sum of RGB (Red+Green+Blue) = 234+30+159=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1E9F is #15E160. Grayscale: #696969. Windows color (decimal): -1433953 or 10428138. OLE color: 10428138.

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

Color convert

RGB 234 30 159 -
CMYK 0 0.87 0.32 0.08
HSL 322.06º 0.83% 0.52% -
HSV(B) 322.06º 0.87% 0.92% -
XYZ 40.65 20.92 34.7 -
YUV 105.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 234 30 159 0 0.87 0.32 0.08 322.06 0.83 0.52
Hex EA 1E 9F 0 57 20 8 142 53 34
Octal 352 36 237 0 127 40 10 502 123 64
Binary 11101010 11110 10011111 0 1010111 100000 1000 101000010 1010011 110100

Color Harmonies of #EA1E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E9F

Black with #EA1E9F

Text Example


Text Example

White with #EA1E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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