Html Css Color HEX #E45098 French Rose

📋 copy color: '#E45098'

red 228 ◦ green 80 ◦ blue 152

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

Shades of French Rose #E45098

Tints of French Rose #E45098

RGB

 RED value IS 228 (89.45% from 255) = 49.57%

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

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

R = 49.57%
G = 17.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E45098 (or 0xE45098) is known color: French Rose. HEX triplet: E4, 50 and 98. RGB value is (228,80,152). Sum of RGB (Red+Green+Blue) = 228+80+152=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E45098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45098 is #1BAF67. Grayscale: #848484. Windows color (decimal): -1814376 or 9982180. OLE color: 9982180.

HSL color Cylindrical-coordinate representation of color #E45098: hue angle of 330.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E45098 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 152 -
CMYK 0 0.65 0.33 0.11
HSL 330.81º 0.73% 0.6% -
HSV(B) 330.81º 0.65% 0.89% -
XYZ 40.53 24.5 32.3 -
YUV 132.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 228 80 152 0 0.65 0.33 0.11 330.81 0.73 0.6
Hex E4 50 98 0 41 21 B 14B 49 3C
Octal 344 120 230 0 101 41 13 513 111 74
Binary 11100100 1010000 10011000 0 1000001 100001 1011 101001011 1001001 111100

Color Harmonies of #E45098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45098

Black with #E45098

Text Example


Text Example

White with #E45098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45098; }

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

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

background-color css

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

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

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

border-color css

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

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

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