Html Css Color HEX #E05198 French Rose

📋 copy color: '#E05198'

red 224 ◦ green 81 ◦ blue 152

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

Shades of French Rose #E05198

Tints of French Rose #E05198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 49.02%
G = 17.72%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05198 (or 0xE05198) is known color: French Rose. HEX triplet: E0, 51 and 98. RGB value is (224,81,152). Sum of RGB (Red+Green+Blue) = 224+81+152=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05198 is #1FAE67. Grayscale: #838383. Windows color (decimal): -2076264 or 9982432. OLE color: 9982432.

HSL color Cylindrical-coordinate representation of color #E05198: hue angle of 330.21º 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 #E05198 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 152 -
CMYK 0 0.64 0.32 0.12
HSL 330.21º 0.7% 0.6% -
HSV(B) 330.21º 0.64% 0.88% -
XYZ 39.35 24 32.26 -
YUV 131.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 224 81 152 0 0.64 0.32 0.12 330.21 0.7 0.6
Hex E0 51 98 0 40 20 C 14A 46 3C
Octal 340 121 230 0 100 40 14 512 106 74
Binary 11100000 1010001 10011000 0 1000000 100000 1100 101001010 1000110 111100

Color Harmonies of #E05198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05198

Black with #E05198

Text Example


Text Example

White with #E05198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05198; }

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

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

background-color css

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

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

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

border-color css

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

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

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