Html Css Color HEX #EB74C5 Neon Pink

📋 copy color: '#EB74C5'

red 235 ◦ green 116 ◦ blue 197

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

Shades of Neon Pink #EB74C5

Tints of Neon Pink #EB74C5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 42.88%
G = 21.17%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB74C5 (or 0xEB74C5) is known color: Neon Pink. HEX triplet: EB, 74 and C5. RGB value is (235,116,197). Sum of RGB (Red+Green+Blue) = 235+116+197=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74C5 is #148B3A. Grayscale: #A0A0A0. Windows color (decimal): -1346363 or 12940523. OLE color: 12940523.

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

Color convert

RGB 235 116 197 -
CMYK 0 0.51 0.16 0.08
HSL 319.16º 0.75% 0.69% -
HSV(B) 319.16º 0.51% 0.92% -
XYZ 50.58 34.18 56.76 -
YUV 160.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 235 116 197 0 0.51 0.16 0.08 319.16 0.75 0.69
Hex EB 74 C5 0 33 10 8 13F 4B 45
Octal 353 164 305 0 63 20 10 477 113 105
Binary 11101011 1110100 11000101 0 110011 10000 1000 100111111 1001011 1000101

Color Harmonies of #EB74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74C5

Black with #EB74C5

Text Example


Text Example

White with #EB74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74C5; }

 p { color: rgb(235,116,197); }

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

background-color css

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

 a { background-color: rgb(235,116,197); }

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

border-color css

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

 span { border-color: rgb(235,116,197); }

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