Html Css Color HEX #E3508F Dark Pink

📋 copy color: '#E3508F'

red 227 ◦ green 80 ◦ blue 143

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

Shades of Dark Pink #E3508F

Tints of Dark Pink #E3508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 50.44%
G = 17.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E3508F (or 0xE3508F) is known color: Dark Pink. HEX triplet: E3, 50 and 8F. RGB value is (227,80,143). Sum of RGB (Red+Green+Blue) = 227+80+143=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3508F is #1CAF70. Grayscale: #838383. Windows color (decimal): -1879921 or 9392355. OLE color: 9392355.

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

Color convert

RGB 227 80 143 -
CMYK 0 0.65 0.37 0.11
HSL 334.29º 0.72% 0.6% -
HSV(B) 334.29º 0.65% 0.89% -
XYZ 39.51 24.05 28.55 -
YUV 131.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 227 80 143 0 0.65 0.37 0.11 334.29 0.72 0.6
Hex E3 50 8F 0 41 25 B 14E 48 3C
Octal 343 120 217 0 101 45 13 516 110 74
Binary 11100011 1010000 10001111 0 1000001 100101 1011 101001110 1001000 111100

Color Harmonies of #E3508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3508F

Black with #E3508F

Text Example


Text Example

White with #E3508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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