Html Css Color HEX #E65884 Dark Pink

📋 copy color: '#E65884'

red 230 ◦ green 88 ◦ blue 132

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

Shades of Dark Pink #E65884

Tints of Dark Pink #E65884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.33%

R = 51.11%
G = 19.56%
B = 29.33%

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

#E65884 (or 0xE65884) is known color: Dark Pink. HEX triplet: E6, 58 and 84. RGB value is (230,88,132). Sum of RGB (Red+Green+Blue) = 230+88+132=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65884 is #19A77B. Grayscale: #878787. Windows color (decimal): -1681276 or 8673510. OLE color: 8673510.

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

Color convert

RGB 230 88 132 -
CMYK 0 0.62 0.43 0.10
HSL 341.41º 0.74% 0.62% -
HSV(B) 341.41º 0.62% 0.9% -
XYZ 40.29 25.47 24.62 -
YUV 135.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 230 88 132 0 0.62 0.43 0.10 341.41 0.74 0.62
Hex E6 58 84 0 3E 2B A 155 4A 3E
Octal 346 130 204 0 76 53 12 525 112 76
Binary 11100110 1011000 10000100 0 111110 101011 1010 101010101 1001010 111110

Color Harmonies of #E65884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65884

Black with #E65884

Text Example


Text Example

White with #E65884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65884; }

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

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

background-color css

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

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

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

border-color css

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

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

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