Html Css Color HEX #ED114D Razzmatazz

📋 copy color: '#ED114D'

red 237 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #ED114D

Tints of Razzmatazz #ED114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 71.6%
G = 5.14%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED114D (or 0xED114D) is known color: Razzmatazz. HEX triplet: ED, 11 and 4D. RGB value is (237,17,77). Sum of RGB (Red+Green+Blue) = 237+17+77=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED114D is #12EEB2. Grayscale: #595959. Windows color (decimal): -1240755 or 5050861. OLE color: 5050861.

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

Color convert

RGB 237 17 77 -
CMYK 0 0.93 0.68 0.07
HSL 343.64º 0.87% 0.5% -
HSV(B) 343.64º 0.93% 0.93% -
XYZ 36.47 18.94 8.76 -
YUV 89.62 120.89 233.12 -
System Red Green Blue C M Y K H S L
Decimal 237 17 77 0 0.93 0.68 0.07 343.64 0.87 0.5
Hex ED 11 4D 0 5D 44 7 158 57 32
Octal 355 21 115 0 135 104 7 530 127 62
Binary 11101101 10001 1001101 0 1011101 1000100 111 101011000 1010111 110010

Color Harmonies of #ED114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED114D

Black with #ED114D

Text Example


Text Example

White with #ED114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED114D; }

 p { color: rgb(237,17,77); }

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

background-color css

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

 a { background-color: rgb(237,17,77); }

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

border-color css

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

 span { border-color: rgb(237,17,77); }

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