Html Css Color HEX #E6538D Dark Pink

📋 copy color: '#E6538D'

red 230 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #E6538D

Tints of Dark Pink #E6538D

RGB

 RED value IS 230 (90.23% from 255) = 50.66%

 GREEN value IS 83 (32.81% from 255) = 18.28%

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 50.66%
G = 18.28%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6538D (or 0xE6538D) is known color: Dark Pink. HEX triplet: E6, 53 and 8D. RGB value is (230,83,141). Sum of RGB (Red+Green+Blue) = 230+83+141=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6538D is #19AC72. Grayscale: #858585. Windows color (decimal): -1682547 or 9262054. OLE color: 9262054.

HSL color Cylindrical-coordinate representation of color #E6538D: hue angle of 336.33º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6538D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 141 -
CMYK 0 0.64 0.39 0.10
HSL 336.33º 0.75% 0.61% -
HSV(B) 336.33º 0.64% 0.9% -
XYZ 40.53 24.93 27.88 -
YUV 133.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 230 83 141 0 0.64 0.39 0.10 336.33 0.75 0.61
Hex E6 53 8D 0 40 27 A 150 4B 3D
Octal 346 123 215 0 100 47 12 520 113 75
Binary 11100110 1010011 10001101 0 1000000 100111 1010 101010000 1001011 111101

Color Harmonies of #E6538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6538D

Black with #E6538D

Text Example


Text Example

White with #E6538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6538D; }

 p { color: rgb(230,83,141); }

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

background-color css

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

 a { background-color: rgb(230,83,141); }

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

border-color css

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

 span { border-color: rgb(230,83,141); }

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