Html Css Color HEX #E3507B Dark Pink

📋 copy color: '#E3507B'

red 227 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #E3507B

Tints of Dark Pink #E3507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 52.79%
G = 18.6%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3507B (or 0xE3507B) is known color: Dark Pink. HEX triplet: E3, 50 and 7B. RGB value is (227,80,123). Sum of RGB (Red+Green+Blue) = 227+80+123=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3507B is #1CAF84. Grayscale: #808080. Windows color (decimal): -1879941 or 8081635. OLE color: 8081635.

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

Color convert

RGB 227 80 123 -
CMYK 0 0.65 0.46 0.11
HSL 342.45º 0.72% 0.6% -
HSV(B) 342.45º 0.65% 0.89% -
XYZ 38.12 23.5 21.27 -
YUV 128.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 227 80 123 0 0.65 0.46 0.11 342.45 0.72 0.6
Hex E3 50 7B 0 41 2E B 156 48 3C
Octal 343 120 173 0 101 56 13 526 110 74
Binary 11100011 1010000 1111011 0 1000001 101110 1011 101010110 1001000 111100

Color Harmonies of #E3507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3507B

Black with #E3507B

Text Example


Text Example

White with #E3507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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