Html Css Color HEX #E27DC2 Persian Pink

📋 copy color: '#E27DC2'

red 226 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #E27DC2

Tints of Persian Pink #E27DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 41.47%
G = 22.94%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E27DC2 (or 0xE27DC2) is known color: Persian Pink. HEX triplet: E2, 7D and C2. RGB value is (226,125,194). Sum of RGB (Red+Green+Blue) = 226+125+194=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DC2 is #1D823D. Grayscale: #A2A2A2. Windows color (decimal): -1933886 or 12746210. OLE color: 12746210.

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

Color convert

RGB 226 125 194 -
CMYK 0 0.45 0.14 0.11
HSL 319.01º 0.64% 0.69% -
HSV(B) 319.01º 0.45% 0.89% -
XYZ 48.44 34.73 55.19 -
YUV 163.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 226 125 194 0 0.45 0.14 0.11 319.01 0.64 0.69
Hex E2 7D C2 0 2D E B 13F 40 45
Octal 342 175 302 0 55 16 13 477 100 105
Binary 11100010 1111101 11000010 0 101101 1110 1011 100111111 1000000 1000101

Color Harmonies of #E27DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DC2

Black with #E27DC2

Text Example


Text Example

White with #E27DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DC2; }

 p { color: rgb(226,125,194); }

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

background-color css

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

 a { background-color: rgb(226,125,194); }

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

border-color css

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

 span { border-color: rgb(226,125,194); }

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