Html Css Color HEX #E231A8 Persian Rose

📋 copy color: '#E231A8'

red 226 ◦ green 49 ◦ blue 168

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

Shades of Persian Rose #E231A8

Tints of Persian Rose #E231A8

RGB

 RED value IS 226 (88.67% from 255) = 51.02%

 GREEN value IS 49 (19.53% from 255) = 11.06%

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

R = 51.02%
G = 11.06%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E231A8 (or 0xE231A8) is known color: Persian Rose. HEX triplet: E2, 31 and A8. RGB value is (226,49,168). Sum of RGB (Red+Green+Blue) = 226+49+168=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E231A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231A8 is #1DCE57. Grayscale: #737373. Windows color (decimal): -1953368 or 11022818. OLE color: 11022818.

HSL color Cylindrical-coordinate representation of color #E231A8: hue angle of 319.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231A8 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 49 168 -
CMYK 0 0.78 0.26 0.11
HSL 319.66º 0.75% 0.54% -
HSV(B) 319.66º 0.78% 0.89% -
XYZ 39.53 21.19 39.05 -
YUV 115.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 226 49 168 0 0.78 0.26 0.11 319.66 0.75 0.54
Hex E2 31 A8 0 4E 1A B 140 4B 36
Octal 342 61 250 0 116 32 13 500 113 66
Binary 11100010 110001 10101000 0 1001110 11010 1011 101000000 1001011 110110

Color Harmonies of #E231A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231A8

Black with #E231A8

Text Example


Text Example

White with #E231A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231A8; }

 p { color: rgb(226,49,168); }

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

background-color css

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

 a { background-color: rgb(226,49,168); }

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

border-color css

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

 span { border-color: rgb(226,49,168); }

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