Html Css Color HEX #E668AF Hot Pink

📋 copy color: '#E668AF'

red 230 ◦ green 104 ◦ blue 175

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

Shades of Hot Pink #E668AF

Tints of Hot Pink #E668AF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.43%

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 45.19%
G = 20.43%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E668AF (or 0xE668AF) is known color: Hot Pink. HEX triplet: E6, 68 and AF. RGB value is (230,104,175). Sum of RGB (Red+Green+Blue) = 230+104+175=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E668AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E668AF is #199750. Grayscale: #959595. Windows color (decimal): -1677137 or 11495654. OLE color: 11495654.

HSL color Cylindrical-coordinate representation of color #E668AF: hue angle of 326.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668AF is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 175 -
CMYK 0 0.55 0.24 0.10
HSL 326.19º 0.72% 0.65% -
HSV(B) 326.19º 0.55% 0.9% -
XYZ 45.32 29.82 43.92 -
YUV 149.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 230 104 175 0 0.55 0.24 0.10 326.19 0.72 0.65
Hex E6 68 AF 0 37 18 A 146 48 41
Octal 346 150 257 0 67 30 12 506 110 101
Binary 11100110 1101000 10101111 0 110111 11000 1010 101000110 1001000 1000001

Color Harmonies of #E668AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668AF

Black with #E668AF

Text Example


Text Example

White with #E668AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668AF; }

 p { color: rgb(230,104,175); }

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

background-color css

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

 a { background-color: rgb(230,104,175); }

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

border-color css

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

 span { border-color: rgb(230,104,175); }

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