Html Css Color HEX #E23CAC Persian Rose

📋 copy color: '#E23CAC'

red 226 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E23CAC

Tints of Persian Rose #E23CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.1%

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

R = 49.34%
G = 13.1%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E23CAC (or 0xE23CAC) is known color: Persian Rose. HEX triplet: E2, 3C and AC. RGB value is (226,60,172). Sum of RGB (Red+Green+Blue) = 226+60+172=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E23CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23CAC is #1DC353. Grayscale: #7A7A7A. Windows color (decimal): -1950548 or 11287778. OLE color: 11287778.

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

Color convert

RGB 226 60 172 -
CMYK 0 0.73 0.24 0.11
HSL 319.52º 0.74% 0.56% -
HSV(B) 319.52º 0.73% 0.89% -
XYZ 40.43 22.38 41.22 -
YUV 122.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 226 60 172 0 0.73 0.24 0.11 319.52 0.74 0.56
Hex E2 3C AC 0 49 18 B 140 4A 38
Octal 342 74 254 0 111 30 13 500 112 70
Binary 11100010 111100 10101100 0 1001001 11000 1011 101000000 1001010 111000

Color Harmonies of #E23CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23CAC

Black with #E23CAC

Text Example


Text Example

White with #E23CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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