Html Css Color HEX #E05196 French Rose

📋 copy color: '#E05196'

red 224 ◦ green 81 ◦ blue 150

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

Shades of French Rose #E05196

Tints of French Rose #E05196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.8%

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

R = 49.23%
G = 17.8%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05196 (or 0xE05196) is known color: French Rose. HEX triplet: E0, 51 and 96. RGB value is (224,81,150). Sum of RGB (Red+Green+Blue) = 224+81+150=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E05196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05196 is #1FAE69. Grayscale: #838383. Windows color (decimal): -2076266 or 9851360. OLE color: 9851360.

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

Color convert

RGB 224 81 150 -
CMYK 0 0.64 0.33 0.12
HSL 331.05º 0.7% 0.6% -
HSV(B) 331.05º 0.64% 0.88% -
XYZ 39.19 23.93 31.41 -
YUV 131.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 224 81 150 0 0.64 0.33 0.12 331.05 0.7 0.6
Hex E0 51 96 0 40 21 C 14B 46 3C
Octal 340 121 226 0 100 41 14 513 106 74
Binary 11100000 1010001 10010110 0 1000000 100001 1100 101001011 1000110 111100

Color Harmonies of #E05196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05196

Black with #E05196

Text Example


Text Example

White with #E05196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05196; }

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

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

background-color css

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

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

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

border-color css

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

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

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