Html Css Color HEX #E94D99 French Rose

📋 copy color: '#E94D99'

red 233 ◦ green 77 ◦ blue 153

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

Shades of French Rose #E94D99

Tints of French Rose #E94D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 50.32%
G = 16.63%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E94D99 (or 0xE94D99) is known color: French Rose. HEX triplet: E9, 4D and 99. RGB value is (233,77,153). Sum of RGB (Red+Green+Blue) = 233+77+153=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D99 is #16B266. Grayscale: #848484. Windows color (decimal): -1487463 or 10046953. OLE color: 10046953.

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

Color convert

RGB 233 77 153 -
CMYK 0 0.67 0.34 0.09
HSL 330.77º 0.78% 0.61% -
HSV(B) 330.77º 0.67% 0.91% -
XYZ 42.01 24.93 32.74 -
YUV 132.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 233 77 153 0 0.67 0.34 0.09 330.77 0.78 0.61
Hex E9 4D 99 0 43 22 9 14B 4E 3D
Octal 351 115 231 0 103 42 11 513 116 75
Binary 11101001 1001101 10011001 0 1000011 100010 1001 101001011 1001110 111101

Color Harmonies of #E94D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D99

Black with #E94D99

Text Example


Text Example

White with #E94D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D99; }

 p { color: rgb(233,77,153); }

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

background-color css

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

 a { background-color: rgb(233,77,153); }

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

border-color css

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

 span { border-color: rgb(233,77,153); }

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