Html Css Color HEX #E91F98 Persian Rose

📋 copy color: '#E91F98'

red 233 ◦ green 31 ◦ blue 152

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

Shades of Persian Rose #E91F98

Tints of Persian Rose #E91F98

RGB

 RED value IS 233 (91.41% from 255) = 56.01%

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

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

R = 56.01%
G = 7.45%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E91F98 (or 0xE91F98) is known color: Persian Rose. HEX triplet: E9, 1F and 98. RGB value is (233,31,152). Sum of RGB (Red+Green+Blue) = 233+31+152=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F98 is #16E067. Grayscale: #686868. Windows color (decimal): -1499240 or 9969641. OLE color: 9969641.

HSL color Cylindrical-coordinate representation of color #E91F98: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F98 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 31 152 -
CMYK 0 0.87 0.35 0.09
HSL 324.06º 0.82% 0.52% -
HSV(B) 324.06º 0.87% 0.91% -
XYZ 39.76 20.57 31.58 -
YUV 105.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 233 31 152 0 0.87 0.35 0.09 324.06 0.82 0.52
Hex E9 1F 98 0 57 23 9 144 52 34
Octal 351 37 230 0 127 43 11 504 122 64
Binary 11101001 11111 10011000 0 1010111 100011 1001 101000100 1010010 110100

Color Harmonies of #E91F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F98

Black with #E91F98

Text Example


Text Example

White with #E91F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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