Html Css Color HEX #E276C2 Persian Pink

📋 copy color: '#E276C2'

red 226 ◦ green 118 ◦ blue 194

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

Shades of Persian Pink #E276C2

Tints of Persian Pink #E276C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 42.01%
G = 21.93%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E276C2 (or 0xE276C2) is known color: Persian Pink. HEX triplet: E2, 76 and C2. RGB value is (226,118,194). Sum of RGB (Red+Green+Blue) = 226+118+194=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E276C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276C2 is #1D893D. Grayscale: #9E9E9E. Windows color (decimal): -1935678 or 12744418. OLE color: 12744418.

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

Color convert

RGB 226 118 194 -
CMYK 0 0.48 0.14 0.11
HSL 317.78º 0.65% 0.67% -
HSV(B) 317.78º 0.48% 0.89% -
XYZ 47.58 33.02 54.9 -
YUV 158.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 226 118 194 0 0.48 0.14 0.11 317.78 0.65 0.67
Hex E2 76 C2 0 30 E B 13E 41 43
Octal 342 166 302 0 60 16 13 476 101 103
Binary 11100010 1110110 11000010 0 110000 1110 1011 100111110 1000001 1000011

Color Harmonies of #E276C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276C2

Black with #E276C2

Text Example


Text Example

White with #E276C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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