Html Css Color HEX #E27CC5 Persian Pink

📋 copy color: '#E27CC5'

red 226 ◦ green 124 ◦ blue 197

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

Shades of Persian Pink #E27CC5

Tints of Persian Pink #E27CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 41.32%
G = 22.67%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E27CC5 (or 0xE27CC5) is known color: Persian Pink. HEX triplet: E2, 7C and C5. RGB value is (226,124,197). Sum of RGB (Red+Green+Blue) = 226+124+197=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CC5 is #1D833A. Grayscale: #A2A2A2. Windows color (decimal): -1934139 or 12942562. OLE color: 12942562.

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

Color convert

RGB 226 124 197 -
CMYK 0 0.45 0.13 0.11
HSL 317.06º 0.64% 0.69% -
HSV(B) 317.06º 0.45% 0.89% -
XYZ 48.65 34.62 56.94 -
YUV 162.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 226 124 197 0 0.45 0.13 0.11 317.06 0.64 0.69
Hex E2 7C C5 0 2D D B 13D 40 45
Octal 342 174 305 0 55 15 13 475 100 105
Binary 11100010 1111100 11000101 0 101101 1101 1011 100111101 1000000 1000101

Color Harmonies of #E27CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CC5

Black with #E27CC5

Text Example


Text Example

White with #E27CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CC5; }

 p { color: rgb(226,124,197); }

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

background-color css

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

 a { background-color: rgb(226,124,197); }

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

border-color css

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

 span { border-color: rgb(226,124,197); }

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