Html Css Color HEX #ED074D Razzmatazz

📋 copy color: '#ED074D'

red 237 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #ED074D

Tints of Razzmatazz #ED074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

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

R = 73.83%
G = 2.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED074D (or 0xED074D) is known color: Razzmatazz. HEX triplet: ED, 07 and 4D. RGB value is (237,7,77). Sum of RGB (Red+Green+Blue) = 237+7+77=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED074D is #12F8B2. Grayscale: #535353. Windows color (decimal): -1243315 or 5048301. OLE color: 5048301.

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

Color convert

RGB 237 7 77 -
CMYK 0 0.97 0.68 0.07
HSL 341.74º 0.94% 0.48% -
HSV(B) 341.74º 0.97% 0.93% -
XYZ 36.34 18.69 8.71 -
YUV 83.75 124.2 237.31 -
System Red Green Blue C M Y K H S L
Decimal 237 7 77 0 0.97 0.68 0.07 341.74 0.94 0.48
Hex ED 7 4D 0 61 44 7 156 5E 30
Octal 355 7 115 0 141 104 7 526 136 60
Binary 11101101 111 1001101 0 1100001 1000100 111 101010110 1011110 110000

Color Harmonies of #ED074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED074D

Black with #ED074D

Text Example


Text Example

White with #ED074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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