Html Css Color HEX #E95994 French Rose

📋 copy color: '#E95994'

red 233 ◦ green 89 ◦ blue 148

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

Shades of French Rose #E95994

Tints of French Rose #E95994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 49.57%
G = 18.94%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E95994 (or 0xE95994) is known color: French Rose. HEX triplet: E9, 59 and 94. RGB value is (233,89,148). Sum of RGB (Red+Green+Blue) = 233+89+148=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E95994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95994 is #16A66B. Grayscale: #8A8A8A. Windows color (decimal): -1484396 or 9722345. OLE color: 9722345.

HSL color Cylindrical-coordinate representation of color #E95994: hue angle of 335.42º 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 #E95994 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 148 -
CMYK 0 0.62 0.36 0.09
HSL 335.42º 0.77% 0.63% -
HSV(B) 335.42º 0.62% 0.91% -
XYZ 42.52 26.61 30.91 -
YUV 138.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 233 89 148 0 0.62 0.36 0.09 335.42 0.77 0.63
Hex E9 59 94 0 3E 24 9 14F 4D 3F
Octal 351 131 224 0 76 44 11 517 115 77
Binary 11101001 1011001 10010100 0 111110 100100 1001 101001111 1001101 111111

Color Harmonies of #E95994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95994

Black with #E95994

Text Example


Text Example

White with #E95994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95994; }

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

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

background-color css

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

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

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

border-color css

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

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

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