Html Css Color HEX #E65693 Dark Pink

📋 copy color: '#E65693'

red 230 ◦ green 86 ◦ blue 147

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

Shades of Dark Pink #E65693

Tints of Dark Pink #E65693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 49.68%
G = 18.57%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E65693 (or 0xE65693) is known color: Dark Pink. HEX triplet: E6, 56 and 93. RGB value is (230,86,147). Sum of RGB (Red+Green+Blue) = 230+86+147=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65693 is #19A96C. Grayscale: #878787. Windows color (decimal): -1681773 or 9656038. OLE color: 9656038.

HSL color Cylindrical-coordinate representation of color #E65693: hue angle of 334.58º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65693 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 86 147 -
CMYK 0 0.63 0.36 0.10
HSL 334.58º 0.74% 0.62% -
HSV(B) 334.58º 0.63% 0.9% -
XYZ 41.23 25.59 30.37 -
YUV 136.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 230 86 147 0 0.63 0.36 0.10 334.58 0.74 0.62
Hex E6 56 93 0 3F 24 A 14F 4A 3E
Octal 346 126 223 0 77 44 12 517 112 76
Binary 11100110 1010110 10010011 0 111111 100100 1010 101001111 1001010 111110

Color Harmonies of #E65693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65693

Black with #E65693

Text Example


Text Example

White with #E65693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65693; }

 p { color: rgb(230,86,147); }

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

background-color css

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

 a { background-color: rgb(230,86,147); }

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

border-color css

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

 span { border-color: rgb(230,86,147); }

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