Html Css Color HEX #E127A3 Persian Rose

📋 copy color: '#E127A3'

red 225 ◦ green 39 ◦ blue 163

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

Shades of Persian Rose #E127A3

Tints of Persian Rose #E127A3

RGB

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

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

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

R = 52.69%
G = 9.13%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E127A3 (or 0xE127A3) is known color: Persian Rose. HEX triplet: E1, 27 and A3. RGB value is (225,39,163). Sum of RGB (Red+Green+Blue) = 225+39+163=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A3 is #1ED85C. Grayscale: #6C6C6C. Windows color (decimal): -2021469 or 10692577. OLE color: 10692577.

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

Color convert

RGB 225 39 163 -
CMYK 0 0.83 0.28 0.12
HSL 320º 0.76% 0.52% -
HSV(B) 320º 0.83% 0.88% -
XYZ 38.39 20.1 36.51 -
YUV 108.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 225 39 163 0 0.83 0.28 0.12 320 0.76 0.52
Hex E1 27 A3 0 53 1C C 140 4C 34
Octal 341 47 243 0 123 34 14 500 114 64
Binary 11100001 100111 10100011 0 1010011 11100 1100 101000000 1001100 110100

Color Harmonies of #E127A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127A3

Black with #E127A3

Text Example


Text Example

White with #E127A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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