Html Css Color HEX #ED115E Razzmatazz

📋 copy color: '#ED115E'

red 237 ◦ green 17 ◦ blue 94

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

Shades of Razzmatazz #ED115E

Tints of Razzmatazz #ED115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 68.1%
G = 4.89%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED115E (or 0xED115E) is known color: Razzmatazz. HEX triplet: ED, 11 and 5E. RGB value is (237,17,94). Sum of RGB (Red+Green+Blue) = 237+17+94=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED115E is #12EEA1. Grayscale: #5B5B5B. Windows color (decimal): -1240738 or 6164973. OLE color: 6164973.

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

Color convert

RGB 237 17 94 -
CMYK 0 0.93 0.60 0.07
HSL 339º 0.87% 0.5% -
HSV(B) 339º 0.93% 0.93% -
XYZ 37.15 19.21 12.34 -
YUV 91.56 129.39 231.74 -
System Red Green Blue C M Y K H S L
Decimal 237 17 94 0 0.93 0.60 0.07 339 0.87 0.5
Hex ED 11 5E 0 5D 3C 7 153 57 32
Octal 355 21 136 0 135 74 7 523 127 62
Binary 11101101 10001 1011110 0 1011101 111100 111 101010011 1010111 110010

Color Harmonies of #ED115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED115E

Black with #ED115E

Text Example


Text Example

White with #ED115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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