Html Css Color HEX #EC1752 Razzmatazz

📋 copy color: '#EC1752'

red 236 ◦ green 23 ◦ blue 82

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

Shades of Razzmatazz #EC1752

Tints of Razzmatazz #EC1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 69.21%
G = 6.74%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC1752 (or 0xEC1752) is known color: Razzmatazz. HEX triplet: EC, 17 and 52. RGB value is (236,23,82). Sum of RGB (Red+Green+Blue) = 236+23+82=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1752 is #13E8AD. Grayscale: #5D5D5D. Windows color (decimal): -1304750 or 5380076. OLE color: 5380076.

HSL color Cylindrical-coordinate representation of color #EC1752: hue angle of 343.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1752 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 82 -
CMYK 0 0.90 0.65 0.07
HSL 343.38º 0.85% 0.51% -
HSV(B) 343.38º 0.9% 0.93% -
XYZ 36.42 19.05 9.74 -
YUV 93.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 236 23 82 0 0.90 0.65 0.07 343.38 0.85 0.51
Hex EC 17 52 0 5A 41 7 157 55 33
Octal 354 27 122 0 132 101 7 527 125 63
Binary 11101100 10111 1010010 0 1011010 1000001 111 101010111 1010101 110011

Color Harmonies of #EC1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1752

Black with #EC1752

Text Example


Text Example

White with #EC1752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1752; }

 p { color: rgb(236,23,82); }

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

background-color css

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

 a { background-color: rgb(236,23,82); }

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

border-color css

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

 span { border-color: rgb(236,23,82); }

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