Html Css Color HEX #ED114F Razzmatazz

📋 copy color: '#ED114F'

red 237 ◦ green 17 ◦ blue 79

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

Shades of Razzmatazz #ED114F

Tints of Razzmatazz #ED114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 71.17%
G = 5.11%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED114F (or 0xED114F) is known color: Razzmatazz. HEX triplet: ED, 11 and 4F. RGB value is (237,17,79). Sum of RGB (Red+Green+Blue) = 237+17+79=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED114F is #12EEB0. Grayscale: #595959. Windows color (decimal): -1240753 or 5181933. OLE color: 5181933.

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

Color convert

RGB 237 17 79 -
CMYK 0 0.93 0.67 0.07
HSL 343.09º 0.87% 0.5% -
HSV(B) 343.09º 0.93% 0.93% -
XYZ 36.54 18.97 9.13 -
YUV 89.85 121.89 232.96 -
System Red Green Blue C M Y K H S L
Decimal 237 17 79 0 0.93 0.67 0.07 343.09 0.87 0.5
Hex ED 11 4F 0 5D 43 7 157 57 32
Octal 355 21 117 0 135 103 7 527 127 62
Binary 11101101 10001 1001111 0 1011101 1000011 111 101010111 1010111 110010

Color Harmonies of #ED114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED114F

Black with #ED114F

Text Example


Text Example

White with #ED114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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