Html Css Color HEX #E65FB4 Hot Pink

📋 copy color: '#E65FB4'

red 230 ◦ green 95 ◦ blue 180

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

Shades of Hot Pink #E65FB4

Tints of Hot Pink #E65FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 45.54%
G = 18.81%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E65FB4 (or 0xE65FB4) is known color: Hot Pink. HEX triplet: E6, 5F and B4. RGB value is (230,95,180). Sum of RGB (Red+Green+Blue) = 230+95+180=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FB4 is #19A04B. Grayscale: #909090. Windows color (decimal): -1679436 or 11821030. OLE color: 11821030.

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

Color convert

RGB 230 95 180 -
CMYK 0 0.59 0.22 0.10
HSL 322.22º 0.73% 0.64% -
HSV(B) 322.22º 0.59% 0.9% -
XYZ 44.96 28.3 46.27 -
YUV 145.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 230 95 180 0 0.59 0.22 0.10 322.22 0.73 0.64
Hex E6 5F B4 0 3B 16 A 142 49 40
Octal 346 137 264 0 73 26 12 502 111 100
Binary 11100110 1011111 10110100 0 111011 10110 1010 101000010 1001001 1000000

Color Harmonies of #E65FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FB4

Black with #E65FB4

Text Example


Text Example

White with #E65FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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