Html Css Color HEX #EC30B4 Spicy Pink

📋 copy color: '#EC30B4'

red 236 ◦ green 48 ◦ blue 180

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

Shades of Spicy Pink #EC30B4

Tints of Spicy Pink #EC30B4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.34%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 50.86%
G = 10.34%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC30B4 (or 0xEC30B4) is known color: Spicy Pink. HEX triplet: EC, 30 and B4. RGB value is (236,48,180). Sum of RGB (Red+Green+Blue) = 236+48+180=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30B4 is #13CF4B. Grayscale: #767676. Windows color (decimal): -1298252 or 11809004. OLE color: 11809004.

HSL color Cylindrical-coordinate representation of color #EC30B4: hue angle of 317.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30B4 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 180 -
CMYK 0 0.80 0.24 0.07
HSL 317.87º 0.83% 0.56% -
HSV(B) 317.87º 0.8% 0.93% -
XYZ 43.89 23.24 45.35 -
YUV 119.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 236 48 180 0 0.80 0.24 0.07 317.87 0.83 0.56
Hex EC 30 B4 0 50 18 7 13E 53 38
Octal 354 60 264 0 120 30 7 476 123 70
Binary 11101100 110000 10110100 0 1010000 11000 111 100111110 1010011 111000

Color Harmonies of #EC30B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30B4

Black with #EC30B4

Text Example


Text Example

White with #EC30B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30B4; }

 p { color: rgb(236,48,180); }

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

background-color css

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

 a { background-color: rgb(236,48,180); }

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

border-color css

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

 span { border-color: rgb(236,48,180); }

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