Html Css Color HEX #E137A8 Persian Rose

📋 copy color: '#E137A8'

red 225 ◦ green 55 ◦ blue 168

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

Shades of Persian Rose #E137A8

Tints of Persian Rose #E137A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 50.22%
G = 12.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E137A8 (or 0xE137A8) is known color: Persian Rose. HEX triplet: E1, 37 and A8. RGB value is (225,55,168). Sum of RGB (Red+Green+Blue) = 225+55+168=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E137A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E137A8 is #1EC857. Grayscale: #767676. Windows color (decimal): -2017368 or 11024353. OLE color: 11024353.

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

Color convert

RGB 225 55 168 -
CMYK 0 0.76 0.25 0.12
HSL 320.12º 0.74% 0.55% -
HSV(B) 320.12º 0.76% 0.88% -
XYZ 39.49 21.57 39.13 -
YUV 118.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 225 55 168 0 0.76 0.25 0.12 320.12 0.74 0.55
Hex E1 37 A8 0 4C 19 C 140 4A 37
Octal 341 67 250 0 114 31 14 500 112 67
Binary 11100001 110111 10101000 0 1001100 11001 1100 101000000 1001010 110111

Color Harmonies of #E137A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137A8

Black with #E137A8

Text Example


Text Example

White with #E137A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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