Html Css Color HEX #E068BC Neon Pink

📋 copy color: '#E068BC'

red 224 ◦ green 104 ◦ blue 188

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

Shades of Neon Pink #E068BC

Tints of Neon Pink #E068BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 43.41%
G = 20.16%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E068BC (or 0xE068BC) is known color: Neon Pink. HEX triplet: E0, 68 and BC. RGB value is (224,104,188). Sum of RGB (Red+Green+Blue) = 224+104+188=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E068BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068BC is #1F9743. Grayscale: #959595. Windows color (decimal): -2070340 or 12347616. OLE color: 12347616.

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

Color convert

RGB 224 104 188 -
CMYK 0 0.54 0.16 0.12
HSL 318º 0.66% 0.64% -
HSV(B) 318º 0.54% 0.88% -
XYZ 44.77 29.38 50.89 -
YUV 149.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 224 104 188 0 0.54 0.16 0.12 318 0.66 0.64
Hex E0 68 BC 0 36 10 C 13E 42 40
Octal 340 150 274 0 66 20 14 476 102 100
Binary 11100000 1101000 10111100 0 110110 10000 1100 100111110 1000010 1000000

Color Harmonies of #E068BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068BC

Black with #E068BC

Text Example


Text Example

White with #E068BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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