Html Css Color HEX #E65488 Dark Pink

📋 copy color: '#E65488'

red 230 ◦ green 84 ◦ blue 136

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

Shades of Dark Pink #E65488

Tints of Dark Pink #E65488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 51.11%
G = 18.67%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E65488 (or 0xE65488) is known color: Dark Pink. HEX triplet: E6, 54 and 88. RGB value is (230,84,136). Sum of RGB (Red+Green+Blue) = 230+84+136=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65488 is #19AB77. Grayscale: #858585. Windows color (decimal): -1682296 or 8934630. OLE color: 8934630.

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

Color convert

RGB 230 84 136 -
CMYK 0 0.63 0.41 0.10
HSL 338.63º 0.74% 0.62% -
HSV(B) 338.63º 0.63% 0.9% -
XYZ 40.25 24.94 25.99 -
YUV 133.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 230 84 136 0 0.63 0.41 0.10 338.63 0.74 0.62
Hex E6 54 88 0 3F 29 A 153 4A 3E
Octal 346 124 210 0 77 51 12 523 112 76
Binary 11100110 1010100 10001000 0 111111 101001 1010 101010011 1001010 111110

Color Harmonies of #E65488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65488

Black with #E65488

Text Example


Text Example

White with #E65488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65488; }

 p { color: rgb(230,84,136); }

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

background-color css

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

 a { background-color: rgb(230,84,136); }

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

border-color css

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

 span { border-color: rgb(230,84,136); }

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