Html Css Color HEX #EA1F98 Persian Rose

📋 copy color: '#EA1F98'

red 234 ◦ green 31 ◦ blue 152

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

Shades of Persian Rose #EA1F98

Tints of Persian Rose #EA1F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.43%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 56.12%
G = 7.43%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1F98 (or 0xEA1F98) is known color: Persian Rose. HEX triplet: EA, 1F and 98. RGB value is (234,31,152). Sum of RGB (Red+Green+Blue) = 234+31+152=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1F98 is #15E067. Grayscale: #696969. Windows color (decimal): -1433704 or 9969642. OLE color: 9969642.

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

Color convert

RGB 234 31 152 -
CMYK 0 0.87 0.35 0.08
HSL 324.24º 0.83% 0.52% -
HSV(B) 324.24º 0.87% 0.92% -
XYZ 40.09 20.74 31.6 -
YUV 105.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 234 31 152 0 0.87 0.35 0.08 324.24 0.83 0.52
Hex EA 1F 98 0 57 23 8 144 53 34
Octal 352 37 230 0 127 43 10 504 123 64
Binary 11101010 11111 10011000 0 1010111 100011 1000 101000100 1010011 110100

Color Harmonies of #EA1F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F98

Black with #EA1F98

Text Example


Text Example

White with #EA1F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F98; }

 p { color: rgb(234,31,152); }

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

background-color css

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

 a { background-color: rgb(234,31,152); }

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

border-color css

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

 span { border-color: rgb(234,31,152); }

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