Html Css Color HEX #EE69CB Neon Pink

📋 copy color: '#EE69CB'

red 238 ◦ green 105 ◦ blue 203

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

Shades of Neon Pink #EE69CB

Tints of Neon Pink #EE69CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 43.59%
G = 19.23%
B = 37.18%

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

#EE69CB (or 0xEE69CB) is known color: Neon Pink. HEX triplet: EE, 69 and CB. RGB value is (238,105,203). Sum of RGB (Red+Green+Blue) = 238+105+203=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69CB is #119634. Grayscale: #9B9B9B. Windows color (decimal): -1152565 or 13330926. OLE color: 13330926.

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

Color convert

RGB 238 105 203 -
CMYK 0 0.56 0.15 0.07
HSL 315.79º 0.8% 0.67% -
HSV(B) 315.79º 0.56% 0.93% -
XYZ 51.09 32.59 60.1 -
YUV 155.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 238 105 203 0 0.56 0.15 0.07 315.79 0.8 0.67
Hex EE 69 CB 0 38 F 7 13C 50 43
Octal 356 151 313 0 70 17 7 474 120 103
Binary 11101110 1101001 11001011 0 111000 1111 111 100111100 1010000 1000011

Color Harmonies of #EE69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69CB

Black with #EE69CB

Text Example


Text Example

White with #EE69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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