Html Css Color HEX #E65ABA Hot Pink

📋 copy color: '#E65ABA'

red 230 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #E65ABA

Tints of Hot Pink #E65ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.79%

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 45.45%
G = 17.79%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E65ABA (or 0xE65ABA) is known color: Hot Pink. HEX triplet: E6, 5A and BA. RGB value is (230,90,186). Sum of RGB (Red+Green+Blue) = 230+90+186=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ABA is #19A545. Grayscale: #8E8E8E. Windows color (decimal): -1680710 or 12212966. OLE color: 12212966.

HSL color Cylindrical-coordinate representation of color #E65ABA: hue angle of 318.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ABA is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 186 -
CMYK 0 0.61 0.19 0.10
HSL 318.86º 0.74% 0.63% -
HSV(B) 318.86º 0.61% 0.9% -
XYZ 45.15 27.68 49.42 -
YUV 142.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 230 90 186 0 0.61 0.19 0.10 318.86 0.74 0.63
Hex E6 5A BA 0 3D 13 A 13F 4A 3F
Octal 346 132 272 0 75 23 12 477 112 77
Binary 11100110 1011010 10111010 0 111101 10011 1010 100111111 1001010 111111

Color Harmonies of #E65ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65ABA

Black with #E65ABA

Text Example


Text Example

White with #E65ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65ABA; }

 p { color: rgb(230,90,186); }

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

background-color css

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

 a { background-color: rgb(230,90,186); }

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

border-color css

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

 span { border-color: rgb(230,90,186); }

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