Html Css Color HEX #EC024B Razzmatazz

📋 copy color: '#EC024B'

red 236 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #EC024B

Tints of Razzmatazz #EC024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 75.4%
G = 0.64%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC024B (or 0xEC024B) is known color: Razzmatazz. HEX triplet: EC, 02 and 4B. RGB value is (236,2,75). Sum of RGB (Red+Green+Blue) = 236+2+75=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC024B is #13FDB4. Grayscale: #505050. Windows color (decimal): -1310133 or 4915948. OLE color: 4915948.

HSL color Cylindrical-coordinate representation of color #EC024B: hue angle of 341.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC024B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 75 -
CMYK 0 0.99 0.68 0.07
HSL 341.28º 0.98% 0.47% -
HSV(B) 341.28º 0.99% 0.93% -
XYZ 35.88 18.38 8.31 -
YUV 80.29 125.02 239.06 -
System Red Green Blue C M Y K H S L
Decimal 236 2 75 0 0.99 0.68 0.07 341.28 0.98 0.47
Hex EC 2 4B 0 63 44 7 155 62 2F
Octal 354 2 113 0 143 104 7 525 142 57
Binary 11101100 10 1001011 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #EC024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC024B

Black with #EC024B

Text Example


Text Example

White with #EC024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC024B; }

 p { color: rgb(236,2,75); }

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

background-color css

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

 a { background-color: rgb(236,2,75); }

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

border-color css

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

 span { border-color: rgb(236,2,75); }

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