Html Css Color HEX #EC65CA Neon Pink

📋 copy color: '#EC65CA'

red 236 ◦ green 101 ◦ blue 202

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

Shades of Neon Pink #EC65CA

Tints of Neon Pink #EC65CA

RGB

 RED value IS 236 (92.58% from 255) = 43.78%

 GREEN value IS 101 (39.84% from 255) = 18.74%

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

R = 43.78%
G = 18.74%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC65CA (or 0xEC65CA) is known color: Neon Pink. HEX triplet: EC, 65 and CA. RGB value is (236,101,202). Sum of RGB (Red+Green+Blue) = 236+101+202=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65CA is #139A35. Grayscale: #989898. Windows color (decimal): -1284662 or 13264364. OLE color: 13264364.

HSL color Cylindrical-coordinate representation of color #EC65CA: hue angle of 315.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65CA is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 202 -
CMYK 0 0.57 0.14 0.07
HSL 315.11º 0.78% 0.66% -
HSV(B) 315.11º 0.57% 0.93% -
XYZ 49.91 31.4 59.31 -
YUV 152.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 236 101 202 0 0.57 0.14 0.07 315.11 0.78 0.66
Hex EC 65 CA 0 39 E 7 13B 4E 42
Octal 354 145 312 0 71 16 7 473 116 102
Binary 11101100 1100101 11001010 0 111001 1110 111 100111011 1001110 1000010

Color Harmonies of #EC65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65CA

Black with #EC65CA

Text Example


Text Example

White with #EC65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65CA; }

 p { color: rgb(236,101,202); }

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

background-color css

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

 a { background-color: rgb(236,101,202); }

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

border-color css

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

 span { border-color: rgb(236,101,202); }

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