Html Css Color HEX #E128A0 Persian Rose

📋 copy color: '#E128A0'

red 225 ◦ green 40 ◦ blue 160

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

Shades of Persian Rose #E128A0

Tints of Persian Rose #E128A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 52.94%
G = 9.41%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E128A0 (or 0xE128A0) is known color: Persian Rose. HEX triplet: E1, 28 and A0. RGB value is (225,40,160). Sum of RGB (Red+Green+Blue) = 225+40+160=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A0 is #1ED75F. Grayscale: #6C6C6C. Windows color (decimal): -2021216 or 10496225. OLE color: 10496225.

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

Color convert

RGB 225 40 160 -
CMYK 0 0.82 0.29 0.12
HSL 321.08º 0.76% 0.52% -
HSV(B) 321.08º 0.82% 0.88% -
XYZ 38.16 20.06 35.12 -
YUV 109 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 225 40 160 0 0.82 0.29 0.12 321.08 0.76 0.52
Hex E1 28 A0 0 52 1D C 141 4C 34
Octal 341 50 240 0 122 35 14 501 114 64
Binary 11100001 101000 10100000 0 1010010 11101 1100 101000001 1001100 110100

Color Harmonies of #E128A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128A0

Black with #E128A0

Text Example


Text Example

White with #E128A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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