Html Css Color HEX #E124A8 Persian Rose

📋 copy color: '#E124A8'

red 225 ◦ green 36 ◦ blue 168

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

Shades of Persian Rose #E124A8

Tints of Persian Rose #E124A8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.39%

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

R = 52.45%
G = 8.39%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E124A8 (or 0xE124A8) is known color: Persian Rose. HEX triplet: E1, 24 and A8. RGB value is (225,36,168). Sum of RGB (Red+Green+Blue) = 225+36+168=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E124A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E124A8 is #1EDB57. Grayscale: #6B6B6B. Windows color (decimal): -2022232 or 11019489. OLE color: 11019489.

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

Color convert

RGB 225 36 168 -
CMYK 0 0.84 0.25 0.12
HSL 318.1º 0.76% 0.51% -
HSV(B) 318.1º 0.84% 0.88% -
XYZ 38.75 20.1 38.88 -
YUV 107.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 225 36 168 0 0.84 0.25 0.12 318.1 0.76 0.51
Hex E1 24 A8 0 54 19 C 13E 4C 33
Octal 341 44 250 0 124 31 14 476 114 63
Binary 11100001 100100 10101000 0 1010100 11001 1100 100111110 1001100 110011

Color Harmonies of #E124A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124A8

Black with #E124A8

Text Example


Text Example

White with #E124A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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