Html Css Color HEX #EC015E Razzmatazz

📋 copy color: '#EC015E'

red 236 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #EC015E

Tints of Razzmatazz #EC015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 71.3%
G = 0.3%
B = 28.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC015E (or 0xEC015E) is known color: Razzmatazz. HEX triplet: EC, 01 and 5E. RGB value is (236,1,94). Sum of RGB (Red+Green+Blue) = 236+1+94=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015E is #13FEA1. Grayscale: #515151. Windows color (decimal): -1310370 or 6160876. OLE color: 6160876.

HSL color Cylindrical-coordinate representation of color #EC015E: hue angle of 336.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC015E is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 94 -
CMYK 0 1.00 0.60 0.07
HSL 336.26º 0.99% 0.46% -
HSV(B) 336.26º 1% 0.93% -
XYZ 36.62 18.66 12.26 -
YUV 81.87 134.86 237.94 -
System Red Green Blue C M Y K H S L
Decimal 236 1 94 0 1.00 0.60 0.07 336.26 0.99 0.46
Hex EC 1 5E 0 64 3C 7 150 63 2E
Octal 354 1 136 0 144 74 7 520 143 56
Binary 11101100 1 1011110 0 1100100 111100 111 101010000 1100011 101110

Color Harmonies of #EC015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC015E

Black with #EC015E

Text Example


Text Example

White with #EC015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC015E; }

 p { color: rgb(236,1,94); }

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

background-color css

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

 a { background-color: rgb(236,1,94); }

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

border-color css

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

 span { border-color: rgb(236,1,94); }

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