Html Css Color HEX #E65288 Dark Pink

📋 copy color: '#E65288'

red 230 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #E65288

Tints of Dark Pink #E65288

RGB

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

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

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

R = 51.34%
G = 18.3%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E65288 (or 0xE65288) is known color: Dark Pink. HEX triplet: E6, 52 and 88. RGB value is (230,82,136). Sum of RGB (Red+Green+Blue) = 230+82+136=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65288 is #19AD77. Grayscale: #848484. Windows color (decimal): -1682808 or 8934118. OLE color: 8934118.

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

Color convert

RGB 230 82 136 -
CMYK 0 0.64 0.41 0.10
HSL 338.11º 0.75% 0.61% -
HSV(B) 338.11º 0.64% 0.9% -
XYZ 40.09 24.64 25.93 -
YUV 132.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 230 82 136 0 0.64 0.41 0.10 338.11 0.75 0.61
Hex E6 52 88 0 40 29 A 152 4B 3D
Octal 346 122 210 0 100 51 12 522 113 75
Binary 11100110 1010010 10001000 0 1000000 101001 1010 101010010 1001011 111101

Color Harmonies of #E65288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65288

Black with #E65288

Text Example


Text Example

White with #E65288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65288; }

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

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

background-color css

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

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

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

border-color css

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

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

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