Html Css Color HEX #E23EAC Persian Rose

📋 copy color: '#E23EAC'

red 226 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #E23EAC

Tints of Persian Rose #E23EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.48%

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

R = 49.13%
G = 13.48%
B = 37.39%

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

#E23EAC (or 0xE23EAC) is known color: Persian Rose. HEX triplet: E2, 3E and AC. RGB value is (226,62,172). Sum of RGB (Red+Green+Blue) = 226+62+172=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E23EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23EAC is #1DC153. Grayscale: #7B7B7B. Windows color (decimal): -1950036 or 11288290. OLE color: 11288290.

HSL color Cylindrical-coordinate representation of color #E23EAC: 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.73%. Process color model (Four color, CMYK) of #E23EAC is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 62 172 -
CMYK 0 0.73 0.24 0.11
HSL 319.76º 0.74% 0.56% -
HSV(B) 319.76º 0.73% 0.89% -
XYZ 40.53 22.59 41.25 -
YUV 123.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 226 62 172 0 0.73 0.24 0.11 319.76 0.74 0.56
Hex E2 3E AC 0 49 18 B 140 4A 38
Octal 342 76 254 0 111 30 13 500 112 70
Binary 11100010 111110 10101100 0 1001001 11000 1011 101000000 1001010 111000

Color Harmonies of #E23EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23EAC

Black with #E23EAC

Text Example


Text Example

White with #E23EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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