Html Css Color HEX #E55298 French Rose

📋 copy color: '#E55298'

red 229 ◦ green 82 ◦ blue 152

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

Shades of French Rose #E55298

Tints of French Rose #E55298

RGB

 RED value IS 229 (89.84% from 255) = 49.46%

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

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

R = 49.46%
G = 17.71%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E55298 (or 0xE55298) is known color: French Rose. HEX triplet: E5, 52 and 98. RGB value is (229,82,152). Sum of RGB (Red+Green+Blue) = 229+82+152=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E55298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55298 is #1AAD67. Grayscale: #858585. Windows color (decimal): -1748328 or 9982693. OLE color: 9982693.

HSL color Cylindrical-coordinate representation of color #E55298: hue angle of 331.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55298 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 152 -
CMYK 0 0.64 0.34 0.10
HSL 331.43º 0.74% 0.61% -
HSV(B) 331.43º 0.64% 0.9% -
XYZ 41 24.96 32.36 -
YUV 133.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 229 82 152 0 0.64 0.34 0.10 331.43 0.74 0.61
Hex E5 52 98 0 40 22 A 14B 4A 3D
Octal 345 122 230 0 100 42 12 513 112 75
Binary 11100101 1010010 10011000 0 1000000 100010 1010 101001011 1001010 111101

Color Harmonies of #E55298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55298

Black with #E55298

Text Example


Text Example

White with #E55298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55298; }

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

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

background-color css

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

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

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

border-color css

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

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

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