Html Css Color HEX #EA1B9F Persian Rose

📋 copy color: '#EA1B9F'

red 234 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #EA1B9F

Tints of Persian Rose #EA1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.43%

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

R = 55.71%
G = 6.43%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA1B9F (or 0xEA1B9F) is known color: Persian Rose. HEX triplet: EA, 1B and 9F. RGB value is (234,27,159). Sum of RGB (Red+Green+Blue) = 234+27+159=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1B9F is #15E460. Grayscale: #676767. Windows color (decimal): -1434721 or 10427370. OLE color: 10427370.

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

Color convert

RGB 234 27 159 -
CMYK 0 0.88 0.32 0.08
HSL 321.74º 0.83% 0.51% -
HSV(B) 321.74º 0.88% 0.92% -
XYZ 40.58 20.78 34.67 -
YUV 103.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 234 27 159 0 0.88 0.32 0.08 321.74 0.83 0.51
Hex EA 1B 9F 0 58 20 8 142 53 33
Octal 352 33 237 0 130 40 10 502 123 63
Binary 11101010 11011 10011111 0 1011000 100000 1000 101000010 1010011 110011

Color Harmonies of #EA1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1B9F

Black with #EA1B9F

Text Example


Text Example

White with #EA1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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