Html Css Color HEX #E23FAA Persian Rose

📋 copy color: '#E23FAA'

red 226 ◦ green 63 ◦ blue 170

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

Shades of Persian Rose #E23FAA

Tints of Persian Rose #E23FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 49.24%
G = 13.73%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E23FAA (or 0xE23FAA) is known color: Persian Rose. HEX triplet: E2, 3F and AA. RGB value is (226,63,170). Sum of RGB (Red+Green+Blue) = 226+63+170=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FAA is #1DC055. Grayscale: #7B7B7B. Windows color (decimal): -1949782 or 11157474. OLE color: 11157474.

HSL color Cylindrical-coordinate representation of color #E23FAA: hue angle of 320.61º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FAA is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 63 170 -
CMYK 0 0.72 0.25 0.11
HSL 320.61º 0.74% 0.57% -
HSV(B) 320.61º 0.72% 0.89% -
XYZ 40.4 22.63 40.27 -
YUV 123.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 226 63 170 0 0.72 0.25 0.11 320.61 0.74 0.57
Hex E2 3F AA 0 48 19 B 141 4A 39
Octal 342 77 252 0 110 31 13 501 112 71
Binary 11100010 111111 10101010 0 1001000 11001 1011 101000001 1001010 111001

Color Harmonies of #E23FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23FAA

Black with #E23FAA

Text Example


Text Example

White with #E23FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23FAA; }

 p { color: rgb(226,63,170); }

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

background-color css

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

 a { background-color: rgb(226,63,170); }

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

border-color css

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

 span { border-color: rgb(226,63,170); }

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