Html Css Color HEX #E27EAF Persian Pink

📋 copy color: '#E27EAF'

red 226 ◦ green 126 ◦ blue 175

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

Shades of Persian Pink #E27EAF

Tints of Persian Pink #E27EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.91%

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

R = 42.88%
G = 23.91%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E27EAF (or 0xE27EAF) is known color: Persian Pink. HEX triplet: E2, 7E and AF. RGB value is (226,126,175). Sum of RGB (Red+Green+Blue) = 226+126+175=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27EAF is #1D8150. Grayscale: #A1A1A1. Windows color (decimal): -1933649 or 11501282. OLE color: 11501282.

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

Color convert

RGB 226 126 175 -
CMYK 0 0.44 0.23 0.11
HSL 330.6º 0.63% 0.69% -
HSV(B) 330.6º 0.44% 0.89% -
XYZ 46.56 34.19 44.7 -
YUV 161.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 226 126 175 0 0.44 0.23 0.11 330.6 0.63 0.69
Hex E2 7E AF 0 2C 17 B 14B 3F 45
Octal 342 176 257 0 54 27 13 513 77 105
Binary 11100010 1111110 10101111 0 101100 10111 1011 101001011 111111 1000101

Color Harmonies of #E27EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EAF

Black with #E27EAF

Text Example


Text Example

White with #E27EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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