Html Css Color HEX #EE69BD Neon Pink

📋 copy color: '#EE69BD'

red 238 ◦ green 105 ◦ blue 189

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

Shades of Neon Pink #EE69BD

Tints of Neon Pink #EE69BD

RGB

 RED value IS 238 (93.36% from 255) = 44.74%

 GREEN value IS 105 (41.41% from 255) = 19.74%

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

R = 44.74%
G = 19.74%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE69BD (or 0xEE69BD) is known color: Neon Pink. HEX triplet: EE, 69 and BD. RGB value is (238,105,189). Sum of RGB (Red+Green+Blue) = 238+105+189=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69BD is #119642. Grayscale: #9A9A9A. Windows color (decimal): -1152579 or 12413422. OLE color: 12413422.

HSL color Cylindrical-coordinate representation of color #EE69BD: hue angle of 322.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69BD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 189 -
CMYK 0 0.56 0.21 0.07
HSL 322.11º 0.8% 0.67% -
HSV(B) 322.11º 0.56% 0.93% -
XYZ 49.5 31.95 51.7 -
YUV 154.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 238 105 189 0 0.56 0.21 0.07 322.11 0.8 0.67
Hex EE 69 BD 0 38 15 7 142 50 43
Octal 356 151 275 0 70 25 7 502 120 103
Binary 11101110 1101001 10111101 0 111000 10101 111 101000010 1010000 1000011

Color Harmonies of #EE69BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69BD

Black with #EE69BD

Text Example


Text Example

White with #EE69BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69BD; }

 p { color: rgb(238,105,189); }

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

background-color css

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

 a { background-color: rgb(238,105,189); }

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

border-color css

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

 span { border-color: rgb(238,105,189); }

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