Html Css Color HEX #E04F96 French Rose

📋 copy color: '#E04F96'

red 224 ◦ green 79 ◦ blue 150

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

Shades of French Rose #E04F96

Tints of French Rose #E04F96

RGB

 RED value IS 224 (87.89% from 255) = 49.45%

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

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

R = 49.45%
G = 17.44%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E04F96 (or 0xE04F96) is known color: French Rose. HEX triplet: E0, 4F and 96. RGB value is (224,79,150). Sum of RGB (Red+Green+Blue) = 224+79+150=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F96 is #1FB069. Grayscale: #828282. Windows color (decimal): -2076778 or 9850848. OLE color: 9850848.

HSL color Cylindrical-coordinate representation of color #E04F96: hue angle of 330.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F96 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 150 -
CMYK 0 0.65 0.33 0.12
HSL 330.62º 0.7% 0.59% -
HSV(B) 330.62º 0.65% 0.88% -
XYZ 39.04 23.64 31.36 -
YUV 130.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 224 79 150 0 0.65 0.33 0.12 330.62 0.7 0.59
Hex E0 4F 96 0 41 21 C 14B 46 3B
Octal 340 117 226 0 101 41 14 513 106 73
Binary 11100000 1001111 10010110 0 1000001 100001 1100 101001011 1000110 111011

Color Harmonies of #E04F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F96

Black with #E04F96

Text Example


Text Example

White with #E04F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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