Html Css Color HEX #E65FBA Hot Pink

📋 copy color: '#E65FBA'

red 230 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #E65FBA

Tints of Hot Pink #E65FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

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

R = 45.01%
G = 18.59%
B = 36.4%

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

#E65FBA (or 0xE65FBA) is known color: Hot Pink. HEX triplet: E6, 5F and BA. RGB value is (230,95,186). Sum of RGB (Red+Green+Blue) = 230+95+186=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FBA is #19A045. Grayscale: #919191. Windows color (decimal): -1679430 or 12214246. OLE color: 12214246.

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

Color convert

RGB 230 95 186 -
CMYK 0 0.59 0.19 0.10
HSL 319.56º 0.73% 0.64% -
HSV(B) 319.56º 0.59% 0.9% -
XYZ 45.59 28.55 49.56 -
YUV 145.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 230 95 186 0 0.59 0.19 0.10 319.56 0.73 0.64
Hex E6 5F BA 0 3B 13 A 140 49 40
Octal 346 137 272 0 73 23 12 500 111 100
Binary 11100110 1011111 10111010 0 111011 10011 1010 101000000 1001001 1000000

Color Harmonies of #E65FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FBA

Black with #E65FBA

Text Example


Text Example

White with #E65FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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