Html Css Color HEX #E128A3 Persian Rose

📋 copy color: '#E128A3'

red 225 ◦ green 40 ◦ blue 163

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

Shades of Persian Rose #E128A3

Tints of Persian Rose #E128A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.08%

R = 52.57%
G = 9.35%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E128A3 (or 0xE128A3) is known color: Persian Rose. HEX triplet: E1, 28 and A3. RGB value is (225,40,163). Sum of RGB (Red+Green+Blue) = 225+40+163=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A3 is #1ED75C. Grayscale: #6D6D6D. Windows color (decimal): -2021213 or 10692833. OLE color: 10692833.

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

Color convert

RGB 225 40 163 -
CMYK 0 0.82 0.28 0.12
HSL 320.11º 0.76% 0.52% -
HSV(B) 320.11º 0.82% 0.88% -
XYZ 38.42 20.17 36.52 -
YUV 109.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 225 40 163 0 0.82 0.28 0.12 320.11 0.76 0.52
Hex E1 28 A3 0 52 1C C 140 4C 34
Octal 341 50 243 0 122 34 14 500 114 64
Binary 11100001 101000 10100011 0 1010010 11100 1100 101000000 1001100 110100

Color Harmonies of #E128A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128A3

Black with #E128A3

Text Example


Text Example

White with #E128A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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