Html Css Color HEX #EC025F Razzmatazz

📋 copy color: '#EC025F'

red 236 ◦ green 2 ◦ blue 95

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

Shades of Razzmatazz #EC025F

Tints of Razzmatazz #EC025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 70.87%
G = 0.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC025F (or 0xEC025F) is known color: Razzmatazz. HEX triplet: EC, 02 and 5F. RGB value is (236,2,95). Sum of RGB (Red+Green+Blue) = 236+2+95=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC025F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC025F is #13FDA0. Grayscale: #525252. Windows color (decimal): -1310113 or 6226668. OLE color: 6226668.

HSL color Cylindrical-coordinate representation of color #EC025F: hue angle of 336.15º 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 #EC025F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 95 -
CMYK 0 0.99 0.60 0.07
HSL 336.15º 0.98% 0.47% -
HSV(B) 336.15º 0.99% 0.93% -
XYZ 36.68 18.7 12.5 -
YUV 82.57 135.02 237.44 -
System Red Green Blue C M Y K H S L
Decimal 236 2 95 0 0.99 0.60 0.07 336.15 0.98 0.47
Hex EC 2 5F 0 63 3C 7 150 62 2F
Octal 354 2 137 0 143 74 7 520 142 57
Binary 11101100 10 1011111 0 1100011 111100 111 101010000 1100010 101111

Color Harmonies of #EC025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC025F

Black with #EC025F

Text Example


Text Example

White with #EC025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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