Html Css Color HEX #E66282 Dark Pink

📋 copy color: '#E66282'

red 230 ◦ green 98 ◦ blue 130

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

Shades of Dark Pink #E66282

Tints of Dark Pink #E66282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.4%

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

R = 50.22%
G = 21.4%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E66282 (or 0xE66282) is known color: Dark Pink. HEX triplet: E6, 62 and 82. RGB value is (230,98,130). Sum of RGB (Red+Green+Blue) = 230+98+130=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E66282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66282 is #199D7D. Grayscale: #8D8D8D. Windows color (decimal): -1678718 or 8544998. OLE color: 8544998.

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

Color convert

RGB 230 98 130 -
CMYK 0 0.57 0.43 0.10
HSL 345.45º 0.73% 0.64% -
HSV(B) 345.45º 0.57% 0.9% -
XYZ 41.03 27.17 24.2 -
YUV 141.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 230 98 130 0 0.57 0.43 0.10 345.45 0.73 0.64
Hex E6 62 82 0 39 2B A 159 49 40
Octal 346 142 202 0 71 53 12 531 111 100
Binary 11100110 1100010 10000010 0 111001 101011 1010 101011001 1001001 1000000

Color Harmonies of #E66282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66282

Black with #E66282

Text Example


Text Example

White with #E66282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66282; }

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

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

background-color css

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

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

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

border-color css

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

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

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