Html Css Color HEX #ED124C Razzmatazz

📋 copy color: '#ED124C'

red 237 ◦ green 18 ◦ blue 76

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

Shades of Razzmatazz #ED124C

Tints of Razzmatazz #ED124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

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

R = 71.6%
G = 5.44%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED124C (or 0xED124C) is known color: Razzmatazz. HEX triplet: ED, 12 and 4C. RGB value is (237,18,76). Sum of RGB (Red+Green+Blue) = 237+18+76=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED124C is #12EDB3. Grayscale: #5A5A5A. Windows color (decimal): -1240500 or 4985581. OLE color: 4985581.

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

Color convert

RGB 237 18 76 -
CMYK 0 0.92 0.68 0.07
HSL 344.11º 0.86% 0.5% -
HSV(B) 344.11º 0.92% 0.93% -
XYZ 36.45 18.96 8.58 -
YUV 90.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 237 18 76 0 0.92 0.68 0.07 344.11 0.86 0.5
Hex ED 12 4C 0 5C 44 7 158 56 32
Octal 355 22 114 0 134 104 7 530 126 62
Binary 11101101 10010 1001100 0 1011100 1000100 111 101011000 1010110 110010

Color Harmonies of #ED124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED124C

Black with #ED124C

Text Example


Text Example

White with #ED124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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