Html Css Color HEX #E65874 Dark Pink

📋 copy color: '#E65874'

red 230 ◦ green 88 ◦ blue 116

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

Shades of Dark Pink #E65874

Tints of Dark Pink #E65874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 53%
G = 20.28%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65874 (or 0xE65874) is known color: Dark Pink. HEX triplet: E6, 58 and 74. RGB value is (230,88,116). Sum of RGB (Red+Green+Blue) = 230+88+116=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E65874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65874 is #19A78B. Grayscale: #858585. Windows color (decimal): -1681292 or 7624934. OLE color: 7624934.

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

Color convert

RGB 230 88 116 -
CMYK 0 0.62 0.50 0.10
HSL 348.17º 0.74% 0.62% -
HSV(B) 348.17º 0.62% 0.9% -
XYZ 39.28 25.06 19.29 -
YUV 133.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 230 88 116 0 0.62 0.50 0.10 348.17 0.74 0.62
Hex E6 58 74 0 3E 32 A 15C 4A 3E
Octal 346 130 164 0 76 62 12 534 112 76
Binary 11100110 1011000 1110100 0 111110 110010 1010 101011100 1001010 111110

Color Harmonies of #E65874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65874

Black with #E65874

Text Example


Text Example

White with #E65874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65874; }

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

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

background-color css

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

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

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

border-color css

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

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

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