Html Css Color HEX #E95694 French Rose

📋 copy color: '#E95694'

red 233 ◦ green 86 ◦ blue 148

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

Shades of French Rose #E95694

Tints of French Rose #E95694

RGB

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

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

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

R = 49.89%
G = 18.42%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E95694 (or 0xE95694) is known color: French Rose. HEX triplet: E9, 56 and 94. RGB value is (233,86,148). Sum of RGB (Red+Green+Blue) = 233+86+148=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95694 is #16A96B. Grayscale: #888888. Windows color (decimal): -1485164 or 9721577. OLE color: 9721577.

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

Color convert

RGB 233 86 148 -
CMYK 0 0.63 0.36 0.09
HSL 334.69º 0.77% 0.63% -
HSV(B) 334.69º 0.63% 0.91% -
XYZ 42.28 26.12 30.83 -
YUV 137.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 233 86 148 0 0.63 0.36 0.09 334.69 0.77 0.63
Hex E9 56 94 0 3F 24 9 14F 4D 3F
Octal 351 126 224 0 77 44 11 517 115 77
Binary 11101001 1010110 10010100 0 111111 100100 1001 101001111 1001101 111111

Color Harmonies of #E95694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95694

Black with #E95694

Text Example


Text Example

White with #E95694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95694; }

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

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

background-color css

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

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

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

border-color css

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

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

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