Html Css Color HEX #E672AB Hot Pink

📋 copy color: '#E672AB'

red 230 ◦ green 114 ◦ blue 171

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

Shades of Hot Pink #E672AB

Tints of Hot Pink #E672AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.14%

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

R = 44.66%
G = 22.14%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E672AB (or 0xE672AB) is known color: Hot Pink. HEX triplet: E6, 72 and AB. RGB value is (230,114,171). Sum of RGB (Red+Green+Blue) = 230+114+171=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E672AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672AB is #198D54. Grayscale: #9B9B9B. Windows color (decimal): -1674581 or 11236070. OLE color: 11236070.

HSL color Cylindrical-coordinate representation of color #E672AB: hue angle of 330.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672AB is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 171 -
CMYK 0 0.50 0.26 0.10
HSL 330.52º 0.7% 0.67% -
HSV(B) 330.52º 0.5% 0.9% -
XYZ 46 31.8 42.24 -
YUV 155.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 230 114 171 0 0.50 0.26 0.10 330.52 0.7 0.67
Hex E6 72 AB 0 32 1A A 14B 46 43
Octal 346 162 253 0 62 32 12 513 106 103
Binary 11100110 1110010 10101011 0 110010 11010 1010 101001011 1000110 1000011

Color Harmonies of #E672AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672AB

Black with #E672AB

Text Example


Text Example

White with #E672AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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