Html Css Color HEX #EC005D Razzmatazz

📋 copy color: '#EC005D'

red 236 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #EC005D

Tints of Razzmatazz #EC005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 71.73%
G = 0%
B = 28.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC005D (or 0xEC005D) is known color: Razzmatazz. HEX triplet: EC, 00 and 5D. RGB value is (236,0,93). Sum of RGB (Red+Green+Blue) = 236+0+93=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC005D is #13FFA2. Grayscale: #515151. Windows color (decimal): -1310627 or 6095084. OLE color: 6095084.

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

Color convert

RGB 236 0 93 -
CMYK 0 1 0.61 0.07
HSL 336.36º 1% 0.46% -
HSV(B) 336.36º 1% 0.93% -
XYZ 36.57 18.62 12.02 -
YUV 81.17 134.69 238.44 -
System Red Green Blue C M Y K H S L
Decimal 236 0 93 0 1 0.61 0.07 336.36 1 0.46
Hex EC 0 5D 0 64 3D 7 150 64 2E
Octal 354 0 135 0 144 75 7 520 144 56
Binary 11101100 0 1011101 0 1100100 111101 111 101010000 1100100 101110

Color Harmonies of #EC005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC005D

Black with #EC005D

Text Example


Text Example

White with #EC005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC005D; }

 p { color: rgb(236,0,93); }

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

background-color css

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

 a { background-color: rgb(236,0,93); }

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

border-color css

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

 span { border-color: rgb(236,0,93); }

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