Html Css Color HEX #E23BAB Persian Rose

📋 copy color: '#E23BAB'

red 226 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #E23BAB

Tints of Persian Rose #E23BAB

RGB

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

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

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

R = 49.56%
G = 12.94%
B = 37.5%

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

#E23BAB (or 0xE23BAB) is known color: Persian Rose. HEX triplet: E2, 3B and AB. RGB value is (226,59,171). Sum of RGB (Red+Green+Blue) = 226+59+171=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BAB is #1DC454. Grayscale: #797979. Windows color (decimal): -1950805 or 11221986. OLE color: 11221986.

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

Color convert

RGB 226 59 171 -
CMYK 0 0.74 0.24 0.11
HSL 319.76º 0.74% 0.56% -
HSV(B) 319.76º 0.74% 0.89% -
XYZ 40.28 22.24 40.7 -
YUV 121.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 226 59 171 0 0.74 0.24 0.11 319.76 0.74 0.56
Hex E2 3B AB 0 4A 18 B 140 4A 38
Octal 342 73 253 0 112 30 13 500 112 70
Binary 11100010 111011 10101011 0 1001010 11000 1011 101000000 1001010 111000

Color Harmonies of #E23BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23BAB

Black with #E23BAB

Text Example


Text Example

White with #E23BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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