Html Css Color HEX #E65FAB Hot Pink

📋 copy color: '#E65FAB'

red 230 ◦ green 95 ◦ blue 171

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

Shades of Hot Pink #E65FAB

Tints of Hot Pink #E65FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 46.37%
G = 19.15%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E65FAB (or 0xE65FAB) is known color: Hot Pink. HEX triplet: E6, 5F and AB. RGB value is (230,95,171). Sum of RGB (Red+Green+Blue) = 230+95+171=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FAB is #19A054. Grayscale: #8F8F8F. Windows color (decimal): -1679445 or 11231206. OLE color: 11231206.

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

Color convert

RGB 230 95 171 -
CMYK 0 0.59 0.26 0.10
HSL 326.22º 0.73% 0.64% -
HSV(B) 326.22º 0.59% 0.9% -
XYZ 44.08 27.95 41.6 -
YUV 144.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 230 95 171 0 0.59 0.26 0.10 326.22 0.73 0.64
Hex E6 5F AB 0 3B 1A A 146 49 40
Octal 346 137 253 0 73 32 12 506 111 100
Binary 11100110 1011111 10101011 0 111011 11010 1010 101000110 1001001 1000000

Color Harmonies of #E65FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FAB

Black with #E65FAB

Text Example


Text Example

White with #E65FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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