Html Css Color HEX #E37DB1 Persian Pink

📋 copy color: '#E37DB1'

red 227 ◦ green 125 ◦ blue 177

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

Shades of Persian Pink #E37DB1

Tints of Persian Pink #E37DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.46%

R = 42.91%
G = 23.63%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E37DB1 (or 0xE37DB1) is known color: Persian Pink. HEX triplet: E3, 7D and B1. RGB value is (227,125,177). Sum of RGB (Red+Green+Blue) = 227+125+177=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DB1 is #1C824E. Grayscale: #A1A1A1. Windows color (decimal): -1868367 or 11632099. OLE color: 11632099.

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

Color convert

RGB 227 125 177 -
CMYK 0 0.45 0.22 0.11
HSL 329.41º 0.65% 0.69% -
HSV(B) 329.41º 0.45% 0.89% -
XYZ 46.95 34.17 45.72 -
YUV 161.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 227 125 177 0 0.45 0.22 0.11 329.41 0.65 0.69
Hex E3 7D B1 0 2D 16 B 149 41 45
Octal 343 175 261 0 55 26 13 511 101 105
Binary 11100011 1111101 10110001 0 101101 10110 1011 101001001 1000001 1000101

Color Harmonies of #E37DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DB1

Black with #E37DB1

Text Example


Text Example

White with #E37DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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