Html Css Color HEX #E276AF Persian Pink

📋 copy color: '#E276AF'

red 226 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #E276AF

Tints of Persian Pink #E276AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 43.55%
G = 22.74%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E276AF (or 0xE276AF) is known color: Persian Pink. HEX triplet: E2, 76 and AF. RGB value is (226,118,175). Sum of RGB (Red+Green+Blue) = 226+118+175=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E276AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E276AF is #1D8950. Grayscale: #9C9C9C. Windows color (decimal): -1935697 or 11499234. OLE color: 11499234.

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

Color convert

RGB 226 118 175 -
CMYK 0 0.48 0.23 0.11
HSL 328.33º 0.65% 0.67% -
HSV(B) 328.33º 0.48% 0.89% -
XYZ 45.58 32.22 44.37 -
YUV 156.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 226 118 175 0 0.48 0.23 0.11 328.33 0.65 0.67
Hex E2 76 AF 0 30 17 B 148 41 43
Octal 342 166 257 0 60 27 13 510 101 103
Binary 11100010 1110110 10101111 0 110000 10111 1011 101001000 1000001 1000011

Color Harmonies of #E276AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276AF

Black with #E276AF

Text Example


Text Example

White with #E276AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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