Html Css Color HEX #E44896 French Rose

📋 copy color: '#E44896'

red 228 ◦ green 72 ◦ blue 150

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

Shades of French Rose #E44896

Tints of French Rose #E44896

RGB

 RED value IS 228 (89.45% from 255) = 50.67%

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

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

R = 50.67%
G = 16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E44896 (or 0xE44896) is known color: French Rose. HEX triplet: E4, 48 and 96. RGB value is (228,72,150). Sum of RGB (Red+Green+Blue) = 228+72+150=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E44896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44896 is #1BB769. Grayscale: #7F7F7F. Windows color (decimal): -1816426 or 9849060. OLE color: 9849060.

HSL color Cylindrical-coordinate representation of color #E44896: hue angle of 330º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44896 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 72 150 -
CMYK 0 0.68 0.34 0.11
HSL 330º 0.74% 0.59% -
HSV(B) 330º 0.68% 0.89% -
XYZ 39.82 23.33 31.26 -
YUV 127.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 228 72 150 0 0.68 0.34 0.11 330 0.74 0.59
Hex E4 48 96 0 44 22 B 14A 4A 3B
Octal 344 110 226 0 104 42 13 512 112 73
Binary 11100100 1001000 10010110 0 1000100 100010 1011 101001010 1001010 111011

Color Harmonies of #E44896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44896

Black with #E44896

Text Example


Text Example

White with #E44896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44896; }

 p { color: rgb(228,72,150); }

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

background-color css

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

 a { background-color: rgb(228,72,150); }

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

border-color css

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

 span { border-color: rgb(228,72,150); }

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