Html Css Color HEX #E65492 Dark Pink

📋 copy color: '#E65492'

red 230 ◦ green 84 ◦ blue 146

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

Shades of Dark Pink #E65492

Tints of Dark Pink #E65492

RGB

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

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

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

R = 50%
G = 18.26%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65492 (or 0xE65492) is known color: Dark Pink. HEX triplet: E6, 54 and 92. RGB value is (230,84,146). Sum of RGB (Red+Green+Blue) = 230+84+146=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E65492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65492 is #19AB6D. Grayscale: #868686. Windows color (decimal): -1682286 or 9589990. OLE color: 9589990.

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

Color convert

RGB 230 84 146 -
CMYK 0 0.63 0.37 0.10
HSL 334.52º 0.74% 0.62% -
HSV(B) 334.52º 0.63% 0.9% -
XYZ 40.99 25.24 29.91 -
YUV 134.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 230 84 146 0 0.63 0.37 0.10 334.52 0.74 0.62
Hex E6 54 92 0 3F 25 A 14F 4A 3E
Octal 346 124 222 0 77 45 12 517 112 76
Binary 11100110 1010100 10010010 0 111111 100101 1010 101001111 1001010 111110

Color Harmonies of #E65492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65492

Black with #E65492

Text Example


Text Example

White with #E65492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65492; }

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

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

background-color css

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

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

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

border-color css

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

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

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