Html Css Color HEX #EE6DCF Neon Pink

📋 copy color: '#EE6DCF'

red 238 ◦ green 109 ◦ blue 207

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

Shades of Neon Pink #EE6DCF

Tints of Neon Pink #EE6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 42.96%
G = 19.68%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE6DCF (or 0xEE6DCF) is known color: Neon Pink. HEX triplet: EE, 6D and CF. RGB value is (238,109,207). Sum of RGB (Red+Green+Blue) = 238+109+207=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DCF is #119230. Grayscale: #9E9E9E. Windows color (decimal): -1151537 or 13594094. OLE color: 13594094.

HSL color Cylindrical-coordinate representation of color #EE6DCF: hue angle of 314.42º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DCF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 109 207 -
CMYK 0 0.54 0.13 0.07
HSL 314.42º 0.79% 0.68% -
HSV(B) 314.42º 0.54% 0.93% -
XYZ 51.99 33.62 62.78 -
YUV 158.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 238 109 207 0 0.54 0.13 0.07 314.42 0.79 0.68
Hex EE 6D CF 0 36 D 7 13A 4F 44
Octal 356 155 317 0 66 15 7 472 117 104
Binary 11101110 1101101 11001111 0 110110 1101 111 100111010 1001111 1000100

Color Harmonies of #EE6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6DCF

Black with #EE6DCF

Text Example


Text Example

White with #EE6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6DCF; }

 p { color: rgb(238,109,207); }

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

background-color css

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

 a { background-color: rgb(238,109,207); }

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

border-color css

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

 span { border-color: rgb(238,109,207); }

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