Html Css Color HEX #E23AAB Persian Rose

📋 copy color: '#E23AAB'

red 226 ◦ green 58 ◦ blue 171

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

Shades of Persian Rose #E23AAB

Tints of Persian Rose #E23AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.75%

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

R = 49.67%
G = 12.75%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E23AAB (or 0xE23AAB) is known color: Persian Rose. HEX triplet: E2, 3A and AB. RGB value is (226,58,171). Sum of RGB (Red+Green+Blue) = 226+58+171=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23AAB is #1DC554. Grayscale: #787878. Windows color (decimal): -1951061 or 11221730. OLE color: 11221730.

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

Color convert

RGB 226 58 171 -
CMYK 0 0.74 0.24 0.11
HSL 319.64º 0.74% 0.56% -
HSV(B) 319.64º 0.74% 0.89% -
XYZ 40.23 22.14 40.68 -
YUV 121.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 226 58 171 0 0.74 0.24 0.11 319.64 0.74 0.56
Hex E2 3A AB 0 4A 18 B 140 4A 38
Octal 342 72 253 0 112 30 13 500 112 70
Binary 11100010 111010 10101011 0 1001010 11000 1011 101000000 1001010 111000

Color Harmonies of #E23AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23AAB

Black with #E23AAB

Text Example


Text Example

White with #E23AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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