Html Css Color HEX #E65885 Dark Pink

📋 copy color: '#E65885'

red 230 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #E65885

Tints of Dark Pink #E65885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 51%
G = 19.51%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65885 (or 0xE65885) is known color: Dark Pink. HEX triplet: E6, 58 and 85. RGB value is (230,88,133). Sum of RGB (Red+Green+Blue) = 230+88+133=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E65885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65885 is #19A77A. Grayscale: #878787. Windows color (decimal): -1681275 or 8739046. OLE color: 8739046.

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

Color convert

RGB 230 88 133 -
CMYK 0 0.62 0.42 0.10
HSL 340.99º 0.74% 0.62% -
HSV(B) 340.99º 0.62% 0.9% -
XYZ 40.36 25.5 24.98 -
YUV 135.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 230 88 133 0 0.62 0.42 0.10 340.99 0.74 0.62
Hex E6 58 85 0 3E 2A A 155 4A 3E
Octal 346 130 205 0 76 52 12 525 112 76
Binary 11100110 1011000 10000101 0 111110 101010 1010 101010101 1001010 111110

Color Harmonies of #E65885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65885

Black with #E65885

Text Example


Text Example

White with #E65885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65885; }

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

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

background-color css

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

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

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

border-color css

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

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

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