Html Css Color HEX #E95998 French Rose

📋 copy color: '#E95998'

red 233 ◦ green 89 ◦ blue 152

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

Shades of French Rose #E95998

Tints of French Rose #E95998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

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

R = 49.16%
G = 18.78%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E95998 (or 0xE95998) is known color: French Rose. HEX triplet: E9, 59 and 98. RGB value is (233,89,152). Sum of RGB (Red+Green+Blue) = 233+89+152=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E95998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95998 is #16A667. Grayscale: #8B8B8B. Windows color (decimal): -1484392 or 9984489. OLE color: 9984489.

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

Color convert

RGB 233 89 152 -
CMYK 0 0.62 0.35 0.09
HSL 333.75º 0.77% 0.63% -
HSV(B) 333.75º 0.62% 0.91% -
XYZ 42.84 26.74 32.61 -
YUV 139.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 233 89 152 0 0.62 0.35 0.09 333.75 0.77 0.63
Hex E9 59 98 0 3E 23 9 14E 4D 3F
Octal 351 131 230 0 76 43 11 516 115 77
Binary 11101001 1011001 10011000 0 111110 100011 1001 101001110 1001101 111111

Color Harmonies of #E95998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95998

Black with #E95998

Text Example


Text Example

White with #E95998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95998; }

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

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

background-color css

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

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

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

border-color css

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

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

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