Html Css Color HEX #E279AF Persian Pink

📋 copy color: '#E279AF'

red 226 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #E279AF

Tints of Persian Pink #E279AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.18%

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

R = 43.3%
G = 23.18%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E279AF (or 0xE279AF) is known color: Persian Pink. HEX triplet: E2, 79 and AF. RGB value is (226,121,175). Sum of RGB (Red+Green+Blue) = 226+121+175=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E279AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279AF is #1D8650. Grayscale: #9E9E9E. Windows color (decimal): -1934929 or 11500002. OLE color: 11500002.

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

Color convert

RGB 226 121 175 -
CMYK 0 0.46 0.23 0.11
HSL 329.14º 0.64% 0.68% -
HSV(B) 329.14º 0.46% 0.89% -
XYZ 45.94 32.94 44.49 -
YUV 158.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 226 121 175 0 0.46 0.23 0.11 329.14 0.64 0.68
Hex E2 79 AF 0 2E 17 B 149 40 44
Octal 342 171 257 0 56 27 13 511 100 104
Binary 11100010 1111001 10101111 0 101110 10111 1011 101001001 1000000 1000100

Color Harmonies of #E279AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279AF

Black with #E279AF

Text Example


Text Example

White with #E279AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E279AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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