Html Css Color HEX #E94890 French Rose

📋 copy color: '#E94890'

red 233 ◦ green 72 ◦ blue 144

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

Shades of French Rose #E94890

Tints of French Rose #E94890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 51.89%
G = 16.04%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E94890 (or 0xE94890) is known color: French Rose. HEX triplet: E9, 48 and 90. RGB value is (233,72,144). Sum of RGB (Red+Green+Blue) = 233+72+144=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E94890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94890 is #16B76F. Grayscale: #808080. Windows color (decimal): -1488752 or 9455849. OLE color: 9455849.

HSL color Cylindrical-coordinate representation of color #E94890: hue angle of 333.17º degrees, saturation: 0.79, 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 #E94890 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 72 144 -
CMYK 0 0.69 0.38 0.09
HSL 333.17º 0.79% 0.6% -
HSV(B) 333.17º 0.69% 0.91% -
XYZ 40.96 23.97 28.85 -
YUV 128.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 233 72 144 0 0.69 0.38 0.09 333.17 0.79 0.6
Hex E9 48 90 0 45 26 9 14D 4F 3C
Octal 351 110 220 0 105 46 11 515 117 74
Binary 11101001 1001000 10010000 0 1000101 100110 1001 101001101 1001111 111100

Color Harmonies of #E94890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94890

Black with #E94890

Text Example


Text Example

White with #E94890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94890; }

 p { color: rgb(233,72,144); }

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

background-color css

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

 a { background-color: rgb(233,72,144); }

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

border-color css

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

 span { border-color: rgb(233,72,144); }

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