Html Css Color HEX #ED024C Razzmatazz

📋 copy color: '#ED024C'

red 237 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #ED024C

Tints of Razzmatazz #ED024C

RGB

 RED value IS 237 (92.97% from 255) = 75.24%

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 75.24%
G = 0.63%
B = 24.13%

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

#ED024C (or 0xED024C) is known color: Razzmatazz. HEX triplet: ED, 02 and 4C. RGB value is (237,2,76). Sum of RGB (Red+Green+Blue) = 237+2+76=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED024C is #12FDB3. Grayscale: #505050. Windows color (decimal): -1244596 or 4981485. OLE color: 4981485.

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

Color convert

RGB 237 2 76 -
CMYK 0 0.99 0.68 0.07
HSL 341.11º 0.98% 0.47% -
HSV(B) 341.11º 0.99% 0.93% -
XYZ 36.25 18.57 8.51 -
YUV 80.7 125.36 239.48 -
System Red Green Blue C M Y K H S L
Decimal 237 2 76 0 0.99 0.68 0.07 341.11 0.98 0.47
Hex ED 2 4C 0 63 44 7 155 62 2F
Octal 355 2 114 0 143 104 7 525 142 57
Binary 11101101 10 1001100 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #ED024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED024C

Black with #ED024C

Text Example


Text Example

White with #ED024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED024C; }

 p { color: rgb(237,2,76); }

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

background-color css

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

 a { background-color: rgb(237,2,76); }

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

border-color css

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

 span { border-color: rgb(237,2,76); }

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