Html Css Color HEX #E37DB0 Persian Pink

📋 copy color: '#E37DB0'

red 227 ◦ green 125 ◦ blue 176

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

Shades of Persian Pink #E37DB0

Tints of Persian Pink #E37DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 42.99%
G = 23.67%
B = 33.33%

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

#E37DB0 (or 0xE37DB0) is known color: Persian Pink. HEX triplet: E3, 7D and B0. RGB value is (227,125,176). Sum of RGB (Red+Green+Blue) = 227+125+176=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DB0 is #1C824F. Grayscale: #A1A1A1. Windows color (decimal): -1868368 or 11566563. OLE color: 11566563.

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

Color convert

RGB 227 125 176 -
CMYK 0 0.45 0.22 0.11
HSL 330º 0.65% 0.69% -
HSV(B) 330º 0.45% 0.89% -
XYZ 46.85 34.13 45.19 -
YUV 161.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 227 125 176 0 0.45 0.22 0.11 330 0.65 0.69
Hex E3 7D B0 0 2D 16 B 14A 41 45
Octal 343 175 260 0 55 26 13 512 101 105
Binary 11100011 1111101 10110000 0 101101 10110 1011 101001010 1000001 1000101

Color Harmonies of #E37DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DB0

Black with #E37DB0

Text Example


Text Example

White with #E37DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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