Html Css Color HEX #E1529B French Rose

📋 copy color: '#E1529B'

red 225 ◦ green 82 ◦ blue 155

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

Shades of French Rose #E1529B

Tints of French Rose #E1529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 48.7%
G = 17.75%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1529B (or 0xE1529B) is known color: French Rose. HEX triplet: E1, 52 and 9B. RGB value is (225,82,155). Sum of RGB (Red+Green+Blue) = 225+82+155=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1529B is #1EAD64. Grayscale: #848484. Windows color (decimal): -2010469 or 10179297. OLE color: 10179297.

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

Color convert

RGB 225 82 155 -
CMYK 0 0.64 0.31 0.12
HSL 329.37º 0.7% 0.6% -
HSV(B) 329.37º 0.64% 0.88% -
XYZ 39.99 24.41 33.61 -
YUV 133.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 225 82 155 0 0.64 0.31 0.12 329.37 0.7 0.6
Hex E1 52 9B 0 40 1F C 149 46 3C
Octal 341 122 233 0 100 37 14 511 106 74
Binary 11100001 1010010 10011011 0 1000000 11111 1100 101001001 1000110 111100

Color Harmonies of #E1529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1529B

Black with #E1529B

Text Example


Text Example

White with #E1529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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