Html Css Color HEX #E23BAC Persian Rose

📋 copy color: '#E23BAC'

red 226 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E23BAC

Tints of Persian Rose #E23BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 49.45%
G = 12.91%
B = 37.64%

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

#E23BAC (or 0xE23BAC) is known color: Persian Rose. HEX triplet: E2, 3B and AC. RGB value is (226,59,172). Sum of RGB (Red+Green+Blue) = 226+59+172=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BAC is #1DC453. Grayscale: #797979. Windows color (decimal): -1950804 or 11287522. OLE color: 11287522.

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

Color convert

RGB 226 59 172 -
CMYK 0 0.74 0.24 0.11
HSL 319.4º 0.74% 0.56% -
HSV(B) 319.4º 0.74% 0.89% -
XYZ 40.37 22.28 41.2 -
YUV 121.82 156.33 202.31 -
System Red Green Blue C M Y K H S L
Decimal 226 59 172 0 0.74 0.24 0.11 319.4 0.74 0.56
Hex E2 3B AC 0 4A 18 B 13F 4A 38
Octal 342 73 254 0 112 30 13 477 112 70
Binary 11100010 111011 10101100 0 1001010 11000 1011 100111111 1001010 111000

Color Harmonies of #E23BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23BAC

Black with #E23BAC

Text Example


Text Example

White with #E23BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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