Html Css Color HEX #E65892 Dark Pink

📋 copy color: '#E65892'

red 230 ◦ green 88 ◦ blue 146

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

Shades of Dark Pink #E65892

Tints of Dark Pink #E65892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 49.57%
G = 18.97%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65892 (or 0xE65892) is known color: Dark Pink. HEX triplet: E6, 58 and 92. RGB value is (230,88,146). Sum of RGB (Red+Green+Blue) = 230+88+146=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E65892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65892 is #19A76D. Grayscale: #888888. Windows color (decimal): -1681262 or 9591014. OLE color: 9591014.

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

Color convert

RGB 230 88 146 -
CMYK 0 0.62 0.37 0.10
HSL 335.49º 0.74% 0.62% -
HSV(B) 335.49º 0.62% 0.9% -
XYZ 41.31 25.88 30.01 -
YUV 137.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 230 88 146 0 0.62 0.37 0.10 335.49 0.74 0.62
Hex E6 58 92 0 3E 25 A 14F 4A 3E
Octal 346 130 222 0 76 45 12 517 112 76
Binary 11100110 1011000 10010010 0 111110 100101 1010 101001111 1001010 111110

Color Harmonies of #E65892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65892

Black with #E65892

Text Example


Text Example

White with #E65892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65892; }

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

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

background-color css

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

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

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

border-color css

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

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

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