Html Css Color HEX #E15298 French Rose

📋 copy color: '#E15298'

red 225 ◦ green 82 ◦ blue 152

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

Shades of French Rose #E15298

Tints of French Rose #E15298

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 49.02%
G = 17.86%
B = 33.12%

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

#E15298 (or 0xE15298) is known color: French Rose. HEX triplet: E1, 52 and 98. RGB value is (225,82,152). Sum of RGB (Red+Green+Blue) = 225+82+152=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E15298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15298 is #1EAD67. Grayscale: #848484. Windows color (decimal): -2010472 or 9982689. OLE color: 9982689.

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

Color convert

RGB 225 82 152 -
CMYK 0 0.64 0.32 0.12
HSL 330.63º 0.7% 0.6% -
HSV(B) 330.63º 0.64% 0.88% -
XYZ 39.74 24.31 32.3 -
YUV 132.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 225 82 152 0 0.64 0.32 0.12 330.63 0.7 0.6
Hex E1 52 98 0 40 20 C 14B 46 3C
Octal 341 122 230 0 100 40 14 513 106 74
Binary 11100001 1010010 10011000 0 1000000 100000 1100 101001011 1000110 111100

Color Harmonies of #E15298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15298

Black with #E15298

Text Example


Text Example

White with #E15298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15298; }

 p { color: rgb(225,82,152); }

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

background-color css

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

 a { background-color: rgb(225,82,152); }

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

border-color css

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

 span { border-color: rgb(225,82,152); }

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