Html Css Color HEX #E27EB8 Persian Pink

📋 copy color: '#E27EB8'

red 226 ◦ green 126 ◦ blue 184

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

Shades of Persian Pink #E27EB8

Tints of Persian Pink #E27EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 42.16%
G = 23.51%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E27EB8 (or 0xE27EB8) is known color: Persian Pink. HEX triplet: E2, 7E and B8. RGB value is (226,126,184). Sum of RGB (Red+Green+Blue) = 226+126+184=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EB8 is #1D8147. Grayscale: #A2A2A2. Windows color (decimal): -1933640 or 12091106. OLE color: 12091106.

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

Color convert

RGB 226 126 184 -
CMYK 0 0.44 0.19 0.11
HSL 325.2º 0.63% 0.69% -
HSV(B) 325.2º 0.44% 0.89% -
XYZ 47.48 34.55 49.51 -
YUV 162.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 226 126 184 0 0.44 0.19 0.11 325.2 0.63 0.69
Hex E2 7E B8 0 2C 13 B 145 3F 45
Octal 342 176 270 0 54 23 13 505 77 105
Binary 11100010 1111110 10111000 0 101100 10011 1011 101000101 111111 1000101

Color Harmonies of #E27EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EB8

Black with #E27EB8

Text Example


Text Example

White with #E27EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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