Html Css Color HEX #E05098 French Rose

📋 copy color: '#E05098'

red 224 ◦ green 80 ◦ blue 152

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

Shades of French Rose #E05098

Tints of French Rose #E05098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.54%

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

R = 49.12%
G = 17.54%
B = 33.33%

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

#E05098 (or 0xE05098) is known color: French Rose. HEX triplet: E0, 50 and 98. RGB value is (224,80,152). Sum of RGB (Red+Green+Blue) = 224+80+152=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05098 is #1FAF67. Grayscale: #838383. Windows color (decimal): -2076520 or 9982176. OLE color: 9982176.

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

Color convert

RGB 224 80 152 -
CMYK 0 0.64 0.32 0.12
HSL 330º 0.7% 0.6% -
HSV(B) 330º 0.64% 0.88% -
XYZ 39.28 23.85 32.24 -
YUV 131.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 224 80 152 0 0.64 0.32 0.12 330 0.7 0.6
Hex E0 50 98 0 40 20 C 14A 46 3C
Octal 340 120 230 0 100 40 14 512 106 74
Binary 11100000 1010000 10011000 0 1000000 100000 1100 101001010 1000110 111100

Color Harmonies of #E05098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05098

Black with #E05098

Text Example


Text Example

White with #E05098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05098; }

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

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

background-color css

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

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

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

border-color css

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

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

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