Html Css Color HEX #E27DC3 Persian Pink

📋 copy color: '#E27DC3'

red 226 ◦ green 125 ◦ blue 195

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

Shades of Persian Pink #E27DC3

Tints of Persian Pink #E27DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 41.39%
G = 22.89%
B = 35.71%

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

#E27DC3 (or 0xE27DC3) is known color: Persian Pink. HEX triplet: E2, 7D and C3. RGB value is (226,125,195). Sum of RGB (Red+Green+Blue) = 226+125+195=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DC3 is #1D823C. Grayscale: #A3A3A3. Windows color (decimal): -1933885 or 12811746. OLE color: 12811746.

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

Color convert

RGB 226 125 195 -
CMYK 0 0.45 0.14 0.11
HSL 318.42º 0.64% 0.69% -
HSV(B) 318.42º 0.45% 0.89% -
XYZ 48.55 34.78 55.78 -
YUV 163.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 226 125 195 0 0.45 0.14 0.11 318.42 0.64 0.69
Hex E2 7D C3 0 2D E B 13E 40 45
Octal 342 175 303 0 55 16 13 476 100 105
Binary 11100010 1111101 11000011 0 101101 1110 1011 100111110 1000000 1000101

Color Harmonies of #E27DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DC3

Black with #E27DC3

Text Example


Text Example

White with #E27DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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