Html Css Color HEX #E27EB2 Persian Pink

📋 copy color: '#E27EB2'

red 226 ◦ green 126 ◦ blue 178

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

Shades of Persian Pink #E27EB2

Tints of Persian Pink #E27EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 42.64%
G = 23.77%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E27EB2 (or 0xE27EB2) is known color: Persian Pink. HEX triplet: E2, 7E and B2. RGB value is (226,126,178). Sum of RGB (Red+Green+Blue) = 226+126+178=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27EB2 is #1D814D. Grayscale: #A1A1A1. Windows color (decimal): -1933646 or 11697890. OLE color: 11697890.

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

Color convert

RGB 226 126 178 -
CMYK 0 0.44 0.21 0.11
HSL 328.8º 0.63% 0.69% -
HSV(B) 328.8º 0.44% 0.89% -
XYZ 46.86 34.3 46.27 -
YUV 161.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 226 126 178 0 0.44 0.21 0.11 328.8 0.63 0.69
Hex E2 7E B2 0 2C 15 B 149 3F 45
Octal 342 176 262 0 54 25 13 511 77 105
Binary 11100010 1111110 10110010 0 101100 10101 1011 101001001 111111 1000101

Color Harmonies of #E27EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EB2

Black with #E27EB2

Text Example


Text Example

White with #E27EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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