Html Css Color HEX #E230AB Persian Rose

📋 copy color: '#E230AB'

red 226 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #E230AB

Tints of Persian Rose #E230AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.79%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 50.79%
G = 10.79%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E230AB (or 0xE230AB) is known color: Persian Rose. HEX triplet: E2, 30 and AB. RGB value is (226,48,171). Sum of RGB (Red+Green+Blue) = 226+48+171=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E230AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E230AB is #1DCF54. Grayscale: #727272. Windows color (decimal): -1953621 or 11219170. OLE color: 11219170.

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

Color convert

RGB 226 48 171 -
CMYK 0 0.79 0.24 0.11
HSL 318.54º 0.75% 0.54% -
HSV(B) 318.54º 0.79% 0.89% -
XYZ 39.77 21.22 40.53 -
YUV 115.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 226 48 171 0 0.79 0.24 0.11 318.54 0.75 0.54
Hex E2 30 AB 0 4F 18 B 13F 4B 36
Octal 342 60 253 0 117 30 13 477 113 66
Binary 11100010 110000 10101011 0 1001111 11000 1011 100111111 1001011 110110

Color Harmonies of #E230AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E230AB

Black with #E230AB

Text Example


Text Example

White with #E230AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E230AB; }

 p { color: rgb(226,48,171); }

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

background-color css

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

 a { background-color: rgb(226,48,171); }

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

border-color css

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

 span { border-color: rgb(226,48,171); }

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