Html Css Color HEX #E067BD Neon Pink

📋 copy color: '#E067BD'

red 224 ◦ green 103 ◦ blue 189

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

Shades of Neon Pink #E067BD

Tints of Neon Pink #E067BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.96%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 43.41%
G = 19.96%
B = 36.63%

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

#E067BD (or 0xE067BD) is known color: Neon Pink. HEX triplet: E0, 67 and BD. RGB value is (224,103,189). Sum of RGB (Red+Green+Blue) = 224+103+189=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E067BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067BD is #1F9842. Grayscale: #949494. Windows color (decimal): -2070595 or 12412896. OLE color: 12412896.

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

Color convert

RGB 224 103 189 -
CMYK 0 0.54 0.16 0.12
HSL 317.36º 0.66% 0.64% -
HSV(B) 317.36º 0.54% 0.88% -
XYZ 44.78 29.22 51.42 -
YUV 148.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 224 103 189 0 0.54 0.16 0.12 317.36 0.66 0.64
Hex E0 67 BD 0 36 10 C 13D 42 40
Octal 340 147 275 0 66 20 14 475 102 100
Binary 11100000 1100111 10111101 0 110110 10000 1100 100111101 1000010 1000000

Color Harmonies of #E067BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067BD

Black with #E067BD

Text Example


Text Example

White with #E067BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067BD; }

 p { color: rgb(224,103,189); }

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

background-color css

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

 a { background-color: rgb(224,103,189); }

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

border-color css

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

 span { border-color: rgb(224,103,189); }

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