Html Css Color HEX #E27EC1 Persian Pink

📋 copy color: '#E27EC1'

red 226 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #E27EC1

Tints of Persian Pink #E27EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 41.47%
G = 23.12%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E27EC1 (or 0xE27EC1) is known color: Persian Pink. HEX triplet: E2, 7E and C1. RGB value is (226,126,193). Sum of RGB (Red+Green+Blue) = 226+126+193=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC1 is #1D813E. Grayscale: #A3A3A3. Windows color (decimal): -1933631 or 12680930. OLE color: 12680930.

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

Color convert

RGB 226 126 193 -
CMYK 0 0.44 0.15 0.11
HSL 319.8º 0.63% 0.69% -
HSV(B) 319.8º 0.44% 0.89% -
XYZ 48.45 34.94 54.64 -
YUV 163.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 226 126 193 0 0.44 0.15 0.11 319.8 0.63 0.69
Hex E2 7E C1 0 2C F B 140 3F 45
Octal 342 176 301 0 54 17 13 500 77 105
Binary 11100010 1111110 11000001 0 101100 1111 1011 101000000 111111 1000101

Color Harmonies of #E27EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EC1

Black with #E27EC1

Text Example


Text Example

White with #E27EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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