Html Css Color HEX #E27EC4 Persian Pink

📋 copy color: '#E27EC4'

red 226 ◦ green 126 ◦ blue 196

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

Shades of Persian Pink #E27EC4

Tints of Persian Pink #E27EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 41.24%
G = 22.99%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E27EC4 (or 0xE27EC4) is known color: Persian Pink. HEX triplet: E2, 7E and C4. RGB value is (226,126,196). Sum of RGB (Red+Green+Blue) = 226+126+196=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC4 is #1D813B. Grayscale: #A3A3A3. Windows color (decimal): -1933628 or 12877538. OLE color: 12877538.

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

Color convert

RGB 226 126 196 -
CMYK 0 0.44 0.13 0.11
HSL 318º 0.63% 0.69% -
HSV(B) 318º 0.44% 0.89% -
XYZ 48.79 35.08 56.42 -
YUV 163.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 226 126 196 0 0.44 0.13 0.11 318 0.63 0.69
Hex E2 7E C4 0 2C D B 13E 3F 45
Octal 342 176 304 0 54 15 13 476 77 105
Binary 11100010 1111110 11000100 0 101100 1101 1011 100111110 111111 1000101

Color Harmonies of #E27EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EC4

Black with #E27EC4

Text Example


Text Example

White with #E27EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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