Html Css Color HEX #E65282 Dark Pink

📋 copy color: '#E65282'

red 230 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #E65282

Tints of Dark Pink #E65282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 52.04%
G = 18.55%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E65282 (or 0xE65282) is known color: Dark Pink. HEX triplet: E6, 52 and 82. RGB value is (230,82,130). Sum of RGB (Red+Green+Blue) = 230+82+130=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E65282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65282 is #19AD7D. Grayscale: #838383. Windows color (decimal): -1682814 or 8540902. OLE color: 8540902.

HSL color Cylindrical-coordinate representation of color #E65282: hue angle of 340.54º 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 #E65282 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 130 -
CMYK 0 0.64 0.43 0.10
HSL 340.54º 0.75% 0.61% -
HSV(B) 340.54º 0.64% 0.9% -
XYZ 39.68 24.47 23.75 -
YUV 131.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 230 82 130 0 0.64 0.43 0.10 340.54 0.75 0.61
Hex E6 52 82 0 40 2B A 155 4B 3D
Octal 346 122 202 0 100 53 12 525 113 75
Binary 11100110 1010010 10000010 0 1000000 101011 1010 101010101 1001011 111101

Color Harmonies of #E65282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65282

Black with #E65282

Text Example


Text Example

White with #E65282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65282; }

 p { color: rgb(230,82,130); }

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

background-color css

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

 a { background-color: rgb(230,82,130); }

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

border-color css

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

 span { border-color: rgb(230,82,130); }

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