Html Css Color HEX #E230AD Persian Rose

📋 copy color: '#E230AD'

red 226 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #E230AD

Tints of Persian Rose #E230AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 50.56%
G = 10.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E230AD (or 0xE230AD) is known color: Persian Rose. HEX triplet: E2, 30 and AD. RGB value is (226,48,173). Sum of RGB (Red+Green+Blue) = 226+48+173=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E230AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E230AD is #1DCF52. Grayscale: #737373. Windows color (decimal): -1953619 or 11350242. OLE color: 11350242.

HSL color Cylindrical-coordinate representation of color #E230AD: hue angle of 317.87º 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 #E230AD is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 48 173 -
CMYK 0 0.79 0.23 0.11
HSL 317.87º 0.75% 0.54% -
HSV(B) 317.87º 0.79% 0.89% -
XYZ 39.96 21.3 41.54 -
YUV 115.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 226 48 173 0 0.79 0.23 0.11 317.87 0.75 0.54
Hex E2 30 AD 0 4F 17 B 13E 4B 36
Octal 342 60 255 0 117 27 13 476 113 66
Binary 11100010 110000 10101101 0 1001111 10111 1011 100111110 1001011 110110

Color Harmonies of #E230AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E230AD

Black with #E230AD

Text Example


Text Example

White with #E230AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E230AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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