Html Css Color HEX #ED114B Razzmatazz

📋 copy color: '#ED114B'

red 237 ◦ green 17 ◦ blue 75

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

Shades of Razzmatazz #ED114B

Tints of Razzmatazz #ED114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 72.04%
G = 5.17%
B = 22.8%

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

#ED114B (or 0xED114B) is known color: Razzmatazz. HEX triplet: ED, 11 and 4B. RGB value is (237,17,75). Sum of RGB (Red+Green+Blue) = 237+17+75=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED114B is #12EEB4. Grayscale: #595959. Windows color (decimal): -1240757 or 4919789. OLE color: 4919789.

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

Color convert

RGB 237 17 75 -
CMYK 0 0.93 0.68 0.07
HSL 344.18º 0.87% 0.5% -
HSV(B) 344.18º 0.93% 0.93% -
XYZ 36.4 18.91 8.39 -
YUV 89.39 119.89 233.28 -
System Red Green Blue C M Y K H S L
Decimal 237 17 75 0 0.93 0.68 0.07 344.18 0.87 0.5
Hex ED 11 4B 0 5D 44 7 158 57 32
Octal 355 21 113 0 135 104 7 530 127 62
Binary 11101101 10001 1001011 0 1011101 1000100 111 101011000 1010111 110010

Color Harmonies of #ED114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED114B

Black with #ED114B

Text Example


Text Example

White with #ED114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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