Html Css Color HEX #E138AD Persian Rose

📋 copy color: '#E138AD'

red 225 ◦ green 56 ◦ blue 173

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

Shades of Persian Rose #E138AD

Tints of Persian Rose #E138AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 49.56%
G = 12.33%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E138AD (or 0xE138AD) is known color: Persian Rose. HEX triplet: E1, 38 and AD. RGB value is (225,56,173). Sum of RGB (Red+Green+Blue) = 225+56+173=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E138AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138AD is #1EC752. Grayscale: #777777. Windows color (decimal): -2017107 or 11352289. OLE color: 11352289.

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

Color convert

RGB 225 56 173 -
CMYK 0 0.75 0.23 0.12
HSL 318.46º 0.74% 0.55% -
HSV(B) 318.46º 0.75% 0.88% -
XYZ 40.01 21.85 41.64 -
YUV 119.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 225 56 173 0 0.75 0.23 0.12 318.46 0.74 0.55
Hex E1 38 AD 0 4B 17 C 13E 4A 37
Octal 341 70 255 0 113 27 14 476 112 67
Binary 11100001 111000 10101101 0 1001011 10111 1100 100111110 1001010 110111

Color Harmonies of #E138AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138AD

Black with #E138AD

Text Example


Text Example

White with #E138AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138AD; }

 p { color: rgb(225,56,173); }

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

background-color css

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

 a { background-color: rgb(225,56,173); }

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

border-color css

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

 span { border-color: rgb(225,56,173); }

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