Html Css Color HEX #E276AC Persian Pink

📋 copy color: '#E276AC'

red 226 ◦ green 118 ◦ blue 172

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

Shades of Persian Pink #E276AC

Tints of Persian Pink #E276AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.87%

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

R = 43.8%
G = 22.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E276AC (or 0xE276AC) is known color: Persian Pink. HEX triplet: E2, 76 and AC. RGB value is (226,118,172). Sum of RGB (Red+Green+Blue) = 226+118+172=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E276AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E276AC is #1D8953. Grayscale: #9C9C9C. Windows color (decimal): -1935700 or 11302626. OLE color: 11302626.

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

Color convert

RGB 226 118 172 -
CMYK 0 0.48 0.24 0.11
HSL 330º 0.65% 0.67% -
HSV(B) 330º 0.48% 0.89% -
XYZ 45.29 32.1 42.84 -
YUV 156.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 226 118 172 0 0.48 0.24 0.11 330 0.65 0.67
Hex E2 76 AC 0 30 18 B 14A 41 43
Octal 342 166 254 0 60 30 13 512 101 103
Binary 11100010 1110110 10101100 0 110000 11000 1011 101001010 1000001 1000011

Color Harmonies of #E276AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276AC

Black with #E276AC

Text Example


Text Example

White with #E276AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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