Html Css Color HEX #EE68CA Neon Pink

📋 copy color: '#EE68CA'

red 238 ◦ green 104 ◦ blue 202

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

Shades of Neon Pink #EE68CA

Tints of Neon Pink #EE68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 43.75%
G = 19.12%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE68CA (or 0xEE68CA) is known color: Neon Pink. HEX triplet: EE, 68 and CA. RGB value is (238,104,202). Sum of RGB (Red+Green+Blue) = 238+104+202=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CA is #119735. Grayscale: #9A9A9A. Windows color (decimal): -1152822 or 13265134. OLE color: 13265134.

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

Color convert

RGB 238 104 202 -
CMYK 0 0.56 0.15 0.07
HSL 316.12º 0.8% 0.67% -
HSV(B) 316.12º 0.56% 0.93% -
XYZ 50.87 32.34 59.44 -
YUV 155.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 238 104 202 0 0.56 0.15 0.07 316.12 0.8 0.67
Hex EE 68 CA 0 38 F 7 13C 50 43
Octal 356 150 312 0 70 17 7 474 120 103
Binary 11101110 1101000 11001010 0 111000 1111 111 100111100 1010000 1000011

Color Harmonies of #EE68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68CA

Black with #EE68CA

Text Example


Text Example

White with #EE68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68CA; }

 p { color: rgb(238,104,202); }

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

background-color css

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

 a { background-color: rgb(238,104,202); }

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

border-color css

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

 span { border-color: rgb(238,104,202); }

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