Html Css Color HEX #E95698 French Rose

📋 copy color: '#E95698'

red 233 ◦ green 86 ◦ blue 152

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

Shades of French Rose #E95698

Tints of French Rose #E95698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

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

R = 49.47%
G = 18.26%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E95698 (or 0xE95698) is known color: French Rose. HEX triplet: E9, 56 and 98. RGB value is (233,86,152). Sum of RGB (Red+Green+Blue) = 233+86+152=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E95698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95698 is #16A967. Grayscale: #898989. Windows color (decimal): -1485160 or 9983721. OLE color: 9983721.

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

Color convert

RGB 233 86 152 -
CMYK 0 0.63 0.35 0.09
HSL 333.06º 0.77% 0.63% -
HSV(B) 333.06º 0.63% 0.91% -
XYZ 42.6 26.25 32.53 -
YUV 137.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 233 86 152 0 0.63 0.35 0.09 333.06 0.77 0.63
Hex E9 56 98 0 3F 23 9 14D 4D 3F
Octal 351 126 230 0 77 43 11 515 115 77
Binary 11101001 1010110 10011000 0 111111 100011 1001 101001101 1001101 111111

Color Harmonies of #E95698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95698

Black with #E95698

Text Example


Text Example

White with #E95698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95698; }

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

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

background-color css

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

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

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

border-color css

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

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

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