Html Css Color HEX #E37DBD Persian Pink

📋 copy color: '#E37DBD'

red 227 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #E37DBD

Tints of Persian Pink #E37DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 41.96%
G = 23.11%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E37DBD (or 0xE37DBD) is known color: Persian Pink. HEX triplet: E3, 7D and BD. RGB value is (227,125,189). Sum of RGB (Red+Green+Blue) = 227+125+189=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DBD is #1C8242. Grayscale: #A2A2A2. Windows color (decimal): -1868355 or 12418531. OLE color: 12418531.

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

Color convert

RGB 227 125 189 -
CMYK 0 0.45 0.17 0.11
HSL 322.35º 0.65% 0.69% -
HSV(B) 322.35º 0.45% 0.89% -
XYZ 48.2 34.67 52.3 -
YUV 162.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 227 125 189 0 0.45 0.17 0.11 322.35 0.65 0.69
Hex E3 7D BD 0 2D 11 B 142 41 45
Octal 343 175 275 0 55 21 13 502 101 105
Binary 11100011 1111101 10111101 0 101101 10001 1011 101000010 1000001 1000101

Color Harmonies of #E37DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DBD

Black with #E37DBD

Text Example


Text Example

White with #E37DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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