Html Css Color HEX #E55696 French Rose

📋 copy color: '#E55696'

red 229 ◦ green 86 ◦ blue 150

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

Shades of French Rose #E55696

Tints of French Rose #E55696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 49.25%
G = 18.49%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E55696 (or 0xE55696) is known color: French Rose. HEX triplet: E5, 56 and 96. RGB value is (229,86,150). Sum of RGB (Red+Green+Blue) = 229+86+150=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E55696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55696 is #1AA969. Grayscale: #878787. Windows color (decimal): -1747306 or 9852645. OLE color: 9852645.

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

Color convert

RGB 229 86 150 -
CMYK 0 0.62 0.34 0.10
HSL 333.15º 0.73% 0.62% -
HSV(B) 333.15º 0.62% 0.9% -
XYZ 41.15 25.52 31.61 -
YUV 136.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 229 86 150 0 0.62 0.34 0.10 333.15 0.73 0.62
Hex E5 56 96 0 3E 22 A 14D 49 3E
Octal 345 126 226 0 76 42 12 515 111 76
Binary 11100101 1010110 10010110 0 111110 100010 1010 101001101 1001001 111110

Color Harmonies of #E55696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55696

Black with #E55696

Text Example


Text Example

White with #E55696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55696; }

 p { color: rgb(229,86,150); }

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

background-color css

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

 a { background-color: rgb(229,86,150); }

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

border-color css

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

 span { border-color: rgb(229,86,150); }

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