Html Css Color HEX #E27DAE Persian Pink

📋 copy color: '#E27DAE'

red 226 ◦ green 125 ◦ blue 174

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

Shades of Persian Pink #E27DAE

Tints of Persian Pink #E27DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 43.05%
G = 23.81%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E27DAE (or 0xE27DAE) is known color: Persian Pink. HEX triplet: E2, 7D and AE. RGB value is (226,125,174). Sum of RGB (Red+Green+Blue) = 226+125+174=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DAE is #1D8251. Grayscale: #A0A0A0. Windows color (decimal): -1933906 or 11435490. OLE color: 11435490.

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

Color convert

RGB 226 125 174 -
CMYK 0 0.45 0.23 0.11
HSL 330.89º 0.64% 0.69% -
HSV(B) 330.89º 0.45% 0.89% -
XYZ 46.34 33.89 44.14 -
YUV 160.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 226 125 174 0 0.45 0.23 0.11 330.89 0.64 0.69
Hex E2 7D AE 0 2D 17 B 14B 40 45
Octal 342 175 256 0 55 27 13 513 100 105
Binary 11100010 1111101 10101110 0 101101 10111 1011 101001011 1000000 1000101

Color Harmonies of #E27DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DAE

Black with #E27DAE

Text Example


Text Example

White with #E27DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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