Html Css Color HEX #EA6CCC Neon Pink

📋 copy color: '#EA6CCC'

red 234 ◦ green 108 ◦ blue 204

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

Shades of Neon Pink #EA6CCC

Tints of Neon Pink #EA6CCC

RGB

 RED value IS 234 (91.8% from 255) = 42.86%

 GREEN value IS 108 (42.58% from 255) = 19.78%

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 42.86%
G = 19.78%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA6CCC (or 0xEA6CCC) is known color: Neon Pink. HEX triplet: EA, 6C and CC. RGB value is (234,108,204). Sum of RGB (Red+Green+Blue) = 234+108+204=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CCC is #159333. Grayscale: #9C9C9C. Windows color (decimal): -1413940 or 13397226. OLE color: 13397226.

HSL color Cylindrical-coordinate representation of color #EA6CCC: hue angle of 314.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CCC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 108 204 -
CMYK 0 0.54 0.13 0.08
HSL 314.29º 0.75% 0.67% -
HSV(B) 314.29º 0.54% 0.92% -
XYZ 50.19 32.58 60.77 -
YUV 156.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 234 108 204 0 0.54 0.13 0.08 314.29 0.75 0.67
Hex EA 6C CC 0 36 D 8 13A 4B 43
Octal 352 154 314 0 66 15 10 472 113 103
Binary 11101010 1101100 11001100 0 110110 1101 1000 100111010 1001011 1000011

Color Harmonies of #EA6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6CCC

Black with #EA6CCC

Text Example


Text Example

White with #EA6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6CCC; }

 p { color: rgb(234,108,204); }

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

background-color css

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

 a { background-color: rgb(234,108,204); }

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

border-color css

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

 span { border-color: rgb(234,108,204); }

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