Html Css Color HEX #E277AF Persian Pink

📋 copy color: '#E277AF'

red 226 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #E277AF

Tints of Persian Pink #E277AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.88%

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

R = 43.46%
G = 22.88%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E277AF (or 0xE277AF) is known color: Persian Pink. HEX triplet: E2, 77 and AF. RGB value is (226,119,175). Sum of RGB (Red+Green+Blue) = 226+119+175=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E277AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277AF is #1D8850. Grayscale: #9D9D9D. Windows color (decimal): -1935441 or 11499490. OLE color: 11499490.

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

Color convert

RGB 226 119 175 -
CMYK 0 0.47 0.23 0.11
HSL 328.6º 0.65% 0.68% -
HSV(B) 328.6º 0.47% 0.89% -
XYZ 45.7 32.46 44.41 -
YUV 157.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 226 119 175 0 0.47 0.23 0.11 328.6 0.65 0.68
Hex E2 77 AF 0 2F 17 B 149 41 44
Octal 342 167 257 0 57 27 13 511 101 104
Binary 11100010 1110111 10101111 0 101111 10111 1011 101001001 1000001 1000100

Color Harmonies of #E277AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E277AF

Black with #E277AF

Text Example


Text Example

White with #E277AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E277AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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