Html Css Color HEX #E137AB Persian Rose

📋 copy color: '#E137AB'

red 225 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #E137AB

Tints of Persian Rose #E137AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 49.89%
G = 12.2%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E137AB (or 0xE137AB) is known color: Persian Rose. HEX triplet: E1, 37 and AB. RGB value is (225,55,171). Sum of RGB (Red+Green+Blue) = 225+55+171=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E137AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E137AB is #1EC854. Grayscale: #767676. Windows color (decimal): -2017365 or 11220961. OLE color: 11220961.

HSL color Cylindrical-coordinate representation of color #E137AB: hue angle of 319.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E137AB is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 171 -
CMYK 0 0.76 0.24 0.12
HSL 319.06º 0.74% 0.55% -
HSV(B) 319.06º 0.76% 0.88% -
XYZ 39.77 21.68 40.62 -
YUV 119.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 225 55 171 0 0.76 0.24 0.12 319.06 0.74 0.55
Hex E1 37 AB 0 4C 18 C 13F 4A 37
Octal 341 67 253 0 114 30 14 477 112 67
Binary 11100001 110111 10101011 0 1001100 11000 1100 100111111 1001010 110111

Color Harmonies of #E137AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137AB

Black with #E137AB

Text Example


Text Example

White with #E137AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137AB; }

 p { color: rgb(225,55,171); }

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

background-color css

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

 a { background-color: rgb(225,55,171); }

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

border-color css

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

 span { border-color: rgb(225,55,171); }

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