Html Css Color HEX #E3507D Dark Pink

📋 copy color: '#E3507D'

red 227 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #E3507D

Tints of Dark Pink #E3507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 52.55%
G = 18.52%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3507D (or 0xE3507D) is known color: Dark Pink. HEX triplet: E3, 50 and 7D. RGB value is (227,80,125). Sum of RGB (Red+Green+Blue) = 227+80+125=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3507D is #1CAF82. Grayscale: #818181. Windows color (decimal): -1879939 or 8212707. OLE color: 8212707.

HSL color Cylindrical-coordinate representation of color #E3507D: hue angle of 341.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3507D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 125 -
CMYK 0 0.65 0.45 0.11
HSL 341.63º 0.72% 0.6% -
HSV(B) 341.63º 0.65% 0.89% -
XYZ 38.25 23.55 21.93 -
YUV 129.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 227 80 125 0 0.65 0.45 0.11 341.63 0.72 0.6
Hex E3 50 7D 0 41 2D B 156 48 3C
Octal 343 120 175 0 101 55 13 526 110 74
Binary 11100011 1010000 1111101 0 1000001 101101 1011 101010110 1001000 111100

Color Harmonies of #E3507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3507D

Black with #E3507D

Text Example


Text Example

White with #E3507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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