Html Css Color HEX #EE69CE Neon Pink

📋 copy color: '#EE69CE'

red 238 ◦ green 105 ◦ blue 206

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

Shades of Neon Pink #EE69CE

Tints of Neon Pink #EE69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 43.35%
G = 19.13%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE69CE (or 0xEE69CE) is known color: Neon Pink. HEX triplet: EE, 69 and CE. RGB value is (238,105,206). Sum of RGB (Red+Green+Blue) = 238+105+206=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69CE is #119631. Grayscale: #9C9C9C. Windows color (decimal): -1152562 or 13527534. OLE color: 13527534.

HSL color Cylindrical-coordinate representation of color #EE69CE: hue angle of 314.44º 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 #EE69CE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 206 -
CMYK 0 0.56 0.13 0.07
HSL 314.44º 0.8% 0.67% -
HSV(B) 314.44º 0.56% 0.93% -
XYZ 51.45 32.74 62 -
YUV 156.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 238 105 206 0 0.56 0.13 0.07 314.44 0.8 0.67
Hex EE 69 CE 0 38 D 7 13A 50 43
Octal 356 151 316 0 70 15 7 472 120 103
Binary 11101110 1101001 11001110 0 111000 1101 111 100111010 1010000 1000011

Color Harmonies of #EE69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69CE

Black with #EE69CE

Text Example


Text Example

White with #EE69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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