Html Css Color HEX #E068B0 Hot Pink

📋 copy color: '#E068B0'

red 224 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #E068B0

Tints of Hot Pink #E068B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 44.44%
G = 20.63%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E068B0 (or 0xE068B0) is known color: Hot Pink. HEX triplet: E0, 68 and B0. RGB value is (224,104,176). Sum of RGB (Red+Green+Blue) = 224+104+176=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E068B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068B0 is #1F974F. Grayscale: #939393. Windows color (decimal): -2070352 or 11561184. OLE color: 11561184.

HSL color Cylindrical-coordinate representation of color #E068B0: hue angle of 324º 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 #E068B0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 104 176 -
CMYK 0 0.54 0.21 0.12
HSL 324º 0.66% 0.64% -
HSV(B) 324º 0.54% 0.88% -
XYZ 43.53 28.88 44.36 -
YUV 148.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 224 104 176 0 0.54 0.21 0.12 324 0.66 0.64
Hex E0 68 B0 0 36 15 C 144 42 40
Octal 340 150 260 0 66 25 14 504 102 100
Binary 11100000 1101000 10110000 0 110110 10101 1100 101000100 1000010 1000000

Color Harmonies of #E068B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068B0

Black with #E068B0

Text Example


Text Example

White with #E068B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068B0; }

 p { color: rgb(224,104,176); }

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

background-color css

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

 a { background-color: rgb(224,104,176); }

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

border-color css

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

 span { border-color: rgb(224,104,176); }

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