Html Css Color HEX #E37DAF Persian Pink

📋 copy color: '#E37DAF'

red 227 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #E37DAF

Tints of Persian Pink #E37DAF

RGB

 RED value IS 227 (89.06% from 255) = 43.07%

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

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 43.07%
G = 23.72%
B = 33.21%

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

#E37DAF (or 0xE37DAF) is known color: Persian Pink. HEX triplet: E3, 7D and AF. RGB value is (227,125,175). Sum of RGB (Red+Green+Blue) = 227+125+175=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DAF is #1C8250. Grayscale: #A1A1A1. Windows color (decimal): -1868369 or 11501027. OLE color: 11501027.

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

Color convert

RGB 227 125 175 -
CMYK 0 0.45 0.23 0.11
HSL 330.59º 0.65% 0.69% -
HSV(B) 330.59º 0.45% 0.89% -
XYZ 46.75 34.09 44.67 -
YUV 161.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 227 125 175 0 0.45 0.23 0.11 330.59 0.65 0.69
Hex E3 7D AF 0 2D 17 B 14B 41 45
Octal 343 175 257 0 55 27 13 513 101 105
Binary 11100011 1111101 10101111 0 101101 10111 1011 101001011 1000001 1000101

Color Harmonies of #E37DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DAF

Black with #E37DAF

Text Example


Text Example

White with #E37DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DAF; }

 p { color: rgb(227,125,175); }

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

background-color css

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

 a { background-color: rgb(227,125,175); }

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

border-color css

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

 span { border-color: rgb(227,125,175); }

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