Html Css Color HEX #E066B4 Hot Pink

📋 copy color: '#E066B4'

red 224 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #E066B4

Tints of Hot Pink #E066B4

RGB

 RED value IS 224 (87.89% from 255) = 44.27%

 GREEN value IS 102 (40.23% from 255) = 20.16%

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

R = 44.27%
G = 20.16%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E066B4 (or 0xE066B4) is known color: Hot Pink. HEX triplet: E0, 66 and B4. RGB value is (224,102,180). Sum of RGB (Red+Green+Blue) = 224+102+180=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E066B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066B4 is #1F994B. Grayscale: #939393. Windows color (decimal): -2070860 or 11822816. OLE color: 11822816.

HSL color Cylindrical-coordinate representation of color #E066B4: hue angle of 321.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066B4 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 180 -
CMYK 0 0.54 0.20 0.12
HSL 321.64º 0.66% 0.64% -
HSV(B) 321.64º 0.54% 0.88% -
XYZ 43.73 28.65 46.4 -
YUV 147.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 224 102 180 0 0.54 0.20 0.12 321.64 0.66 0.64
Hex E0 66 B4 0 36 14 C 142 42 40
Octal 340 146 264 0 66 24 14 502 102 100
Binary 11100000 1100110 10110100 0 110110 10100 1100 101000010 1000010 1000000

Color Harmonies of #E066B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066B4

Black with #E066B4

Text Example


Text Example

White with #E066B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066B4; }

 p { color: rgb(224,102,180); }

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

background-color css

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

 a { background-color: rgb(224,102,180); }

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

border-color css

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

 span { border-color: rgb(224,102,180); }

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