Html Css Color HEX #EB70CA Neon Pink

📋 copy color: '#EB70CA'

red 235 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #EB70CA

Tints of Neon Pink #EB70CA

RGB

 RED value IS 235 (92.19% from 255) = 42.81%

 GREEN value IS 112 (44.14% from 255) = 20.4%

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

R = 42.81%
G = 20.4%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB70CA (or 0xEB70CA) is known color: Neon Pink. HEX triplet: EB, 70 and CA. RGB value is (235,112,202). Sum of RGB (Red+Green+Blue) = 235+112+202=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70CA is #148F35. Grayscale: #9E9E9E. Windows color (decimal): -1347382 or 13267179. OLE color: 13267179.

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

Color convert

RGB 235 112 202 -
CMYK 0 0.52 0.14 0.08
HSL 316.1º 0.75% 0.68% -
HSV(B) 316.1º 0.52% 0.92% -
XYZ 50.72 33.51 59.67 -
YUV 159.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 235 112 202 0 0.52 0.14 0.08 316.1 0.75 0.68
Hex EB 70 CA 0 34 E 8 13C 4B 44
Octal 353 160 312 0 64 16 10 474 113 104
Binary 11101011 1110000 11001010 0 110100 1110 1000 100111100 1001011 1000100

Color Harmonies of #EB70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70CA

Black with #EB70CA

Text Example


Text Example

White with #EB70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70CA; }

 p { color: rgb(235,112,202); }

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

background-color css

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

 a { background-color: rgb(235,112,202); }

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

border-color css

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

 span { border-color: rgb(235,112,202); }

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