Html Css Color HEX #E127A8 Persian Rose

📋 copy color: '#E127A8'

red 225 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #E127A8

Tints of Persian Rose #E127A8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

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

R = 52.08%
G = 9.03%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E127A8 (or 0xE127A8) is known color: Persian Rose. HEX triplet: E1, 27 and A8. RGB value is (225,39,168). Sum of RGB (Red+Green+Blue) = 225+39+168=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A8 is #1ED857. Grayscale: #6C6C6C. Windows color (decimal): -2021464 or 11020257. OLE color: 11020257.

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

Color convert

RGB 225 39 168 -
CMYK 0 0.83 0.25 0.12
HSL 318.39º 0.76% 0.52% -
HSV(B) 318.39º 0.83% 0.88% -
XYZ 38.84 20.29 38.91 -
YUV 109.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 225 39 168 0 0.83 0.25 0.12 318.39 0.76 0.52
Hex E1 27 A8 0 53 19 C 13E 4C 34
Octal 341 47 250 0 123 31 14 476 114 64
Binary 11100001 100111 10101000 0 1010011 11001 1100 100111110 1001100 110100

Color Harmonies of #E127A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127A8

Black with #E127A8

Text Example


Text Example

White with #E127A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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