Html Css Color HEX #ED094E Razzmatazz

📋 copy color: '#ED094E'

red 237 ◦ green 9 ◦ blue 78

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

Shades of Razzmatazz #ED094E

Tints of Razzmatazz #ED094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 73.15%
G = 2.78%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED094E (or 0xED094E) is known color: Razzmatazz. HEX triplet: ED, 09 and 4E. RGB value is (237,9,78). Sum of RGB (Red+Green+Blue) = 237+9+78=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED094E is #12F6B1. Grayscale: #545454. Windows color (decimal): -1242802 or 5114349. OLE color: 5114349.

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

Color convert

RGB 237 9 78 -
CMYK 0 0.96 0.67 0.07
HSL 341.84º 0.93% 0.48% -
HSV(B) 341.84º 0.96% 0.93% -
XYZ 36.4 18.75 8.91 -
YUV 85.04 124.04 236.39 -
System Red Green Blue C M Y K H S L
Decimal 237 9 78 0 0.96 0.67 0.07 341.84 0.93 0.48
Hex ED 9 4E 0 60 43 7 156 5D 30
Octal 355 11 116 0 140 103 7 526 135 60
Binary 11101101 1001 1001110 0 1100000 1000011 111 101010110 1011101 110000

Color Harmonies of #ED094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED094E

Black with #ED094E

Text Example


Text Example

White with #ED094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED094E; }

 p { color: rgb(237,9,78); }

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

background-color css

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

 a { background-color: rgb(237,9,78); }

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

border-color css

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

 span { border-color: rgb(237,9,78); }

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