Html Css Color HEX #ED71CC Neon Pink

📋 copy color: '#ED71CC'

red 237 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #ED71CC

Tints of Neon Pink #ED71CC

RGB

 RED value IS 237 (92.97% from 255) = 42.78%

 GREEN value IS 113 (44.53% from 255) = 20.4%

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

R = 42.78%
G = 20.4%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED71CC (or 0xED71CC) is known color: Neon Pink. HEX triplet: ED, 71 and CC. RGB value is (237,113,204). Sum of RGB (Red+Green+Blue) = 237+113+204=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71CC is #128E33. Grayscale: #A0A0A0. Windows color (decimal): -1216052 or 13398509. OLE color: 13398509.

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

Color convert

RGB 237 113 204 -
CMYK 0 0.52 0.14 0.07
HSL 315.97º 0.78% 0.69% -
HSV(B) 315.97º 0.52% 0.93% -
XYZ 51.73 34.17 61 -
YUV 160.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 237 113 204 0 0.52 0.14 0.07 315.97 0.78 0.69
Hex ED 71 CC 0 34 E 7 13C 4E 45
Octal 355 161 314 0 64 16 7 474 116 105
Binary 11101101 1110001 11001100 0 110100 1110 111 100111100 1001110 1000101

Color Harmonies of #ED71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71CC

Black with #ED71CC

Text Example


Text Example

White with #ED71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71CC; }

 p { color: rgb(237,113,204); }

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

background-color css

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

 a { background-color: rgb(237,113,204); }

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

border-color css

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

 span { border-color: rgb(237,113,204); }

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