Html Css Color HEX #EE69C2 Neon Pink

📋 copy color: '#EE69C2'

red 238 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #EE69C2

Tints of Neon Pink #EE69C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 44.32%
G = 19.55%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE69C2 (or 0xEE69C2) is known color: Neon Pink. HEX triplet: EE, 69 and C2. RGB value is (238,105,194). Sum of RGB (Red+Green+Blue) = 238+105+194=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69C2 is #11963D. Grayscale: #9A9A9A. Windows color (decimal): -1152574 or 12741102. OLE color: 12741102.

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

Color convert

RGB 238 105 194 -
CMYK 0 0.56 0.18 0.07
HSL 319.85º 0.8% 0.67% -
HSV(B) 319.85º 0.56% 0.93% -
XYZ 50.05 32.18 54.61 -
YUV 154.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 238 105 194 0 0.56 0.18 0.07 319.85 0.8 0.67
Hex EE 69 C2 0 38 12 7 140 50 43
Octal 356 151 302 0 70 22 7 500 120 103
Binary 11101110 1101001 11000010 0 111000 10010 111 101000000 1010000 1000011

Color Harmonies of #EE69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69C2

Black with #EE69C2

Text Example


Text Example

White with #EE69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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