Html Css Color HEX #E94995 French Rose

📋 copy color: '#E94995'

red 233 ◦ green 73 ◦ blue 149

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

Shades of French Rose #E94995

Tints of French Rose #E94995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.04%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 51.21%
G = 16.04%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E94995 (or 0xE94995) is known color: French Rose. HEX triplet: E9, 49 and 95. RGB value is (233,73,149). Sum of RGB (Red+Green+Blue) = 233+73+149=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E94995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94995 is #16B66A. Grayscale: #818181. Windows color (decimal): -1488491 or 9783785. OLE color: 9783785.

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

Color convert

RGB 233 73 149 -
CMYK 0 0.69 0.36 0.09
HSL 331.5º 0.78% 0.6% -
HSV(B) 331.5º 0.69% 0.91% -
XYZ 41.41 24.26 30.93 -
YUV 129.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 233 73 149 0 0.69 0.36 0.09 331.5 0.78 0.6
Hex E9 49 95 0 45 24 9 14C 4E 3C
Octal 351 111 225 0 105 44 11 514 116 74
Binary 11101001 1001001 10010101 0 1000101 100100 1001 101001100 1001110 111100

Color Harmonies of #E94995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94995

Black with #E94995

Text Example


Text Example

White with #E94995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94995; }

 p { color: rgb(233,73,149); }

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

background-color css

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

 a { background-color: rgb(233,73,149); }

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

border-color css

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

 span { border-color: rgb(233,73,149); }

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