Html Css Color HEX #E37DB2 Persian Pink

📋 copy color: '#E37DB2'

red 227 ◦ green 125 ◦ blue 178

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

Shades of Persian Pink #E37DB2

Tints of Persian Pink #E37DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 42.83%
G = 23.58%
B = 33.58%

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

#E37DB2 (or 0xE37DB2) is known color: Persian Pink. HEX triplet: E3, 7D and B2. RGB value is (227,125,178). Sum of RGB (Red+Green+Blue) = 227+125+178=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DB2 is #1C824D. Grayscale: #A1A1A1. Windows color (decimal): -1868366 or 11697635. OLE color: 11697635.

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

Color convert

RGB 227 125 178 -
CMYK 0 0.45 0.22 0.11
HSL 328.82º 0.65% 0.69% -
HSV(B) 328.82º 0.45% 0.89% -
XYZ 47.05 34.21 46.24 -
YUV 161.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 227 125 178 0 0.45 0.22 0.11 328.82 0.65 0.69
Hex E3 7D B2 0 2D 16 B 149 41 45
Octal 343 175 262 0 55 26 13 511 101 105
Binary 11100011 1111101 10110010 0 101101 10110 1011 101001001 1000001 1000101

Color Harmonies of #E37DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DB2

Black with #E37DB2

Text Example


Text Example

White with #E37DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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