Html Css Color HEX #E23BA9 Persian Rose

📋 copy color: '#E23BA9'

red 226 ◦ green 59 ◦ blue 169

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

Shades of Persian Rose #E23BA9

Tints of Persian Rose #E23BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 49.78%
G = 13%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E23BA9 (or 0xE23BA9) is known color: Persian Rose. HEX triplet: E2, 3B and A9. RGB value is (226,59,169). Sum of RGB (Red+Green+Blue) = 226+59+169=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BA9 is #1DC456. Grayscale: #797979. Windows color (decimal): -1950807 or 11090914. OLE color: 11090914.

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

Color convert

RGB 226 59 169 -
CMYK 0 0.74 0.25 0.11
HSL 320.48º 0.74% 0.56% -
HSV(B) 320.48º 0.74% 0.89% -
XYZ 40.09 22.16 39.7 -
YUV 121.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 226 59 169 0 0.74 0.25 0.11 320.48 0.74 0.56
Hex E2 3B A9 0 4A 19 B 140 4A 38
Octal 342 73 251 0 112 31 13 500 112 70
Binary 11100010 111011 10101001 0 1001010 11001 1011 101000000 1001010 111000

Color Harmonies of #E23BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23BA9

Black with #E23BA9

Text Example


Text Example

White with #E23BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23BA9; }

 p { color: rgb(226,59,169); }

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

background-color css

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

 a { background-color: rgb(226,59,169); }

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

border-color css

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

 span { border-color: rgb(226,59,169); }

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