Html Css Color HEX #E37DBF Persian Pink

📋 copy color: '#E37DBF'

red 227 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E37DBF

Tints of Persian Pink #E37DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 41.8%
G = 23.02%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E37DBF (or 0xE37DBF) is known color: Persian Pink. HEX triplet: E3, 7D and BF. RGB value is (227,125,191). Sum of RGB (Red+Green+Blue) = 227+125+191=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DBF is #1C8240. Grayscale: #A2A2A2. Windows color (decimal): -1868353 or 12549603. OLE color: 12549603.

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

Color convert

RGB 227 125 191 -
CMYK 0 0.45 0.16 0.11
HSL 321.18º 0.65% 0.69% -
HSV(B) 321.18º 0.45% 0.89% -
XYZ 48.42 34.76 53.45 -
YUV 163.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 227 125 191 0 0.45 0.16 0.11 321.18 0.65 0.69
Hex E3 7D BF 0 2D 10 B 141 41 45
Octal 343 175 277 0 55 20 13 501 101 105
Binary 11100011 1111101 10111111 0 101101 10000 1011 101000001 1000001 1000101

Color Harmonies of #E37DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DBF

Black with #E37DBF

Text Example


Text Example

White with #E37DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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