Html Css Color HEX #E65882 Dark Pink

📋 copy color: '#E65882'

red 230 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #E65882

Tints of Dark Pink #E65882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

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

R = 51.34%
G = 19.64%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E65882 (or 0xE65882) is known color: Dark Pink. HEX triplet: E6, 58 and 82. RGB value is (230,88,130). Sum of RGB (Red+Green+Blue) = 230+88+130=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65882 is #19A77D. Grayscale: #878787. Windows color (decimal): -1681278 or 8542438. OLE color: 8542438.

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

Color convert

RGB 230 88 130 -
CMYK 0 0.62 0.43 0.10
HSL 342.25º 0.74% 0.62% -
HSV(B) 342.25º 0.62% 0.9% -
XYZ 40.15 25.41 23.91 -
YUV 135.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 230 88 130 0 0.62 0.43 0.10 342.25 0.74 0.62
Hex E6 58 82 0 3E 2B A 156 4A 3E
Octal 346 130 202 0 76 53 12 526 112 76
Binary 11100110 1011000 10000010 0 111110 101011 1010 101010110 1001010 111110

Color Harmonies of #E65882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65882

Black with #E65882

Text Example


Text Example

White with #E65882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65882; }

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

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

background-color css

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

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

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

border-color css

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

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

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