Html Css Color HEX #E94E96 French Rose

📋 copy color: '#E94E96'

red 233 ◦ green 78 ◦ blue 150

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

Shades of French Rose #E94E96

Tints of French Rose #E94E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.92%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 50.54%
G = 16.92%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E94E96 (or 0xE94E96) is known color: French Rose. HEX triplet: E9, 4E and 96. RGB value is (233,78,150). Sum of RGB (Red+Green+Blue) = 233+78+150=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E96 is #16B169. Grayscale: #848484. Windows color (decimal): -1487210 or 9850601. OLE color: 9850601.

HSL color Cylindrical-coordinate representation of color #E94E96: hue angle of 332.13º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E96 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 78 150 -
CMYK 0 0.67 0.36 0.09
HSL 332.13º 0.78% 0.61% -
HSV(B) 332.13º 0.67% 0.91% -
XYZ 41.83 24.97 31.47 -
YUV 132.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 233 78 150 0 0.67 0.36 0.09 332.13 0.78 0.61
Hex E9 4E 96 0 43 24 9 14C 4E 3D
Octal 351 116 226 0 103 44 11 514 116 75
Binary 11101001 1001110 10010110 0 1000011 100100 1001 101001100 1001110 111101

Color Harmonies of #E94E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E96

Black with #E94E96

Text Example


Text Example

White with #E94E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E96; }

 p { color: rgb(233,78,150); }

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

background-color css

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

 a { background-color: rgb(233,78,150); }

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

border-color css

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

 span { border-color: rgb(233,78,150); }

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