Html Css Color HEX #E1559A French Rose

📋 copy color: '#E1559A'

red 225 ◦ green 85 ◦ blue 154

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

Shades of French Rose #E1559A

Tints of French Rose #E1559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 48.49%
G = 18.32%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1559A (or 0xE1559A) is known color: French Rose. HEX triplet: E1, 55 and 9A. RGB value is (225,85,154). Sum of RGB (Red+Green+Blue) = 225+85+154=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1559A is #1EAA65. Grayscale: #868686. Windows color (decimal): -2009702 or 10114529. OLE color: 10114529.

HSL color Cylindrical-coordinate representation of color #E1559A: hue angle of 330.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1559A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 154 -
CMYK 0 0.62 0.32 0.12
HSL 330.43º 0.7% 0.61% -
HSV(B) 330.43º 0.62% 0.88% -
XYZ 40.13 24.84 33.25 -
YUV 134.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 225 85 154 0 0.62 0.32 0.12 330.43 0.7 0.61
Hex E1 55 9A 0 3E 20 C 14A 46 3D
Octal 341 125 232 0 76 40 14 512 106 75
Binary 11100001 1010101 10011010 0 111110 100000 1100 101001010 1000110 111101

Color Harmonies of #E1559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1559A

Black with #E1559A

Text Example


Text Example

White with #E1559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1559A; }

 p { color: rgb(225,85,154); }

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

background-color css

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

 a { background-color: rgb(225,85,154); }

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

border-color css

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

 span { border-color: rgb(225,85,154); }

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