Html Css Color HEX #E128AB Persian Rose

📋 copy color: '#E128AB'

red 225 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #E128AB

Tints of Persian Rose #E128AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 51.61%
G = 9.17%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E128AB (or 0xE128AB) is known color: Persian Rose. HEX triplet: E1, 28 and AB. RGB value is (225,40,171). Sum of RGB (Red+Green+Blue) = 225+40+171=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E128AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128AB is #1ED754. Grayscale: #6D6D6D. Windows color (decimal): -2021205 or 11217121. OLE color: 11217121.

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

Color convert

RGB 225 40 171 -
CMYK 0 0.82 0.24 0.12
HSL 317.51º 0.76% 0.52% -
HSV(B) 317.51º 0.82% 0.88% -
XYZ 39.16 20.47 40.41 -
YUV 110.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 225 40 171 0 0.82 0.24 0.12 317.51 0.76 0.52
Hex E1 28 AB 0 52 18 C 13E 4C 34
Octal 341 50 253 0 122 30 14 476 114 64
Binary 11100001 101000 10101011 0 1010010 11000 1100 100111110 1001100 110100

Color Harmonies of #E128AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128AB

Black with #E128AB

Text Example


Text Example

White with #E128AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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