Html Css Color HEX #E44F96 French Rose

📋 copy color: '#E44F96'

red 228 ◦ green 79 ◦ blue 150

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

Shades of French Rose #E44F96

Tints of French Rose #E44F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

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

R = 49.89%
G = 17.29%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E44F96 (or 0xE44F96) is known color: French Rose. HEX triplet: E4, 4F and 96. RGB value is (228,79,150). Sum of RGB (Red+Green+Blue) = 228+79+150=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F96 is #1BB069. Grayscale: #838383. Windows color (decimal): -1814634 or 9850852. OLE color: 9850852.

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

Color convert

RGB 228 79 150 -
CMYK 0 0.65 0.34 0.11
HSL 331.41º 0.73% 0.6% -
HSV(B) 331.41º 0.65% 0.89% -
XYZ 40.3 24.29 31.42 -
YUV 131.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 228 79 150 0 0.65 0.34 0.11 331.41 0.73 0.6
Hex E4 4F 96 0 41 22 B 14B 49 3C
Octal 344 117 226 0 101 42 13 513 111 74
Binary 11100100 1001111 10010110 0 1000001 100010 1011 101001011 1001001 111100

Color Harmonies of #E44F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F96

Black with #E44F96

Text Example


Text Example

White with #E44F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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