Html Css Color HEX #E3508C Dark Pink

📋 copy color: '#E3508C'

red 227 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #E3508C

Tints of Dark Pink #E3508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 50.78%
G = 17.9%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E3508C (or 0xE3508C) is known color: Dark Pink. HEX triplet: E3, 50 and 8C. RGB value is (227,80,140). Sum of RGB (Red+Green+Blue) = 227+80+140=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3508C is #1CAF73. Grayscale: #828282. Windows color (decimal): -1879924 or 9195747. OLE color: 9195747.

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

Color convert

RGB 227 80 140 -
CMYK 0 0.65 0.38 0.11
HSL 335.51º 0.72% 0.6% -
HSV(B) 335.51º 0.65% 0.89% -
XYZ 39.28 23.96 27.37 -
YUV 130.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 227 80 140 0 0.65 0.38 0.11 335.51 0.72 0.6
Hex E3 50 8C 0 41 26 B 150 48 3C
Octal 343 120 214 0 101 46 13 520 110 74
Binary 11100011 1010000 10001100 0 1000001 100110 1011 101010000 1001000 111100

Color Harmonies of #E3508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3508C

Black with #E3508C

Text Example


Text Example

White with #E3508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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