Html Css Color HEX #E129A8 Persian Rose

📋 copy color: '#E129A8'

red 225 ◦ green 41 ◦ blue 168

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

Shades of Persian Rose #E129A8

Tints of Persian Rose #E129A8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 51.84%
G = 9.45%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E129A8 (or 0xE129A8) is known color: Persian Rose. HEX triplet: E1, 29 and A8. RGB value is (225,41,168). Sum of RGB (Red+Green+Blue) = 225+41+168=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E129A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E129A8 is #1ED657. Grayscale: #6E6E6E. Windows color (decimal): -2020952 or 11020769. OLE color: 11020769.

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

Color convert

RGB 225 41 168 -
CMYK 0 0.82 0.25 0.12
HSL 318.59º 0.75% 0.52% -
HSV(B) 318.59º 0.82% 0.88% -
XYZ 38.91 20.42 38.94 -
YUV 110.49 160.46 209.67 -
System Red Green Blue C M Y K H S L
Decimal 225 41 168 0 0.82 0.25 0.12 318.59 0.75 0.52
Hex E1 29 A8 0 52 19 C 13F 4B 34
Octal 341 51 250 0 122 31 14 477 113 64
Binary 11100001 101001 10101000 0 1010010 11001 1100 100111111 1001011 110100

Color Harmonies of #E129A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129A8

Black with #E129A8

Text Example


Text Example

White with #E129A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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