Html Css Color HEX #E94A89 French Rose

📋 copy color: '#E94A89'

red 233 ◦ green 74 ◦ blue 137

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

Shades of French Rose #E94A89

Tints of French Rose #E94A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 52.48%
G = 16.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E94A89 (or 0xE94A89) is known color: French Rose. HEX triplet: E9, 4A and 89. RGB value is (233,74,137). Sum of RGB (Red+Green+Blue) = 233+74+137=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A89 is #16B576. Grayscale: #808080. Windows color (decimal): -1488247 or 8997609. OLE color: 8997609.

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

Color convert

RGB 233 74 137 -
CMYK 0 0.68 0.41 0.09
HSL 336.23º 0.78% 0.6% -
HSV(B) 336.23º 0.68% 0.91% -
XYZ 40.57 24.03 26.17 -
YUV 128.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 233 74 137 0 0.68 0.41 0.09 336.23 0.78 0.6
Hex E9 4A 89 0 44 29 9 150 4E 3C
Octal 351 112 211 0 104 51 11 520 116 74
Binary 11101001 1001010 10001001 0 1000100 101001 1001 101010000 1001110 111100

Color Harmonies of #E94A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A89

Black with #E94A89

Text Example


Text Example

White with #E94A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A89; }

 p { color: rgb(233,74,137); }

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

background-color css

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

 a { background-color: rgb(233,74,137); }

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

border-color css

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

 span { border-color: rgb(233,74,137); }

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