Html Css Color HEX #E65EBA Hot Pink

📋 copy color: '#E65EBA'

red 230 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #E65EBA

Tints of Hot Pink #E65EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.43%

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

R = 45.1%
G = 18.43%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E65EBA (or 0xE65EBA) is known color: Hot Pink. HEX triplet: E6, 5E and BA. RGB value is (230,94,186). Sum of RGB (Red+Green+Blue) = 230+94+186=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EBA is #19A145. Grayscale: #909090. Windows color (decimal): -1679686 or 12213990. OLE color: 12213990.

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

Color convert

RGB 230 94 186 -
CMYK 0 0.59 0.19 0.10
HSL 319.41º 0.73% 0.64% -
HSV(B) 319.41º 0.59% 0.9% -
XYZ 45.5 28.37 49.53 -
YUV 145.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 230 94 186 0 0.59 0.19 0.10 319.41 0.73 0.64
Hex E6 5E BA 0 3B 13 A 13F 49 40
Octal 346 136 272 0 73 23 12 477 111 100
Binary 11100110 1011110 10111010 0 111011 10011 1010 100111111 1001001 1000000

Color Harmonies of #E65EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EBA

Black with #E65EBA

Text Example


Text Example

White with #E65EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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