Html Css Color HEX #ED074B Razzmatazz

📋 copy color: '#ED074B'

red 237 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #ED074B

Tints of Razzmatazz #ED074B

RGB

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

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

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

R = 74.29%
G = 2.19%
B = 23.51%

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

#ED074B (or 0xED074B) is known color: Razzmatazz. HEX triplet: ED, 07 and 4B. RGB value is (237,7,75). Sum of RGB (Red+Green+Blue) = 237+7+75=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED074B is #12F8B4. Grayscale: #535353. Windows color (decimal): -1243317 or 4917229. OLE color: 4917229.

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

Color convert

RGB 237 7 75 -
CMYK 0 0.97 0.68 0.07
HSL 342.26º 0.94% 0.48% -
HSV(B) 342.26º 0.97% 0.93% -
XYZ 36.27 18.66 8.35 -
YUV 83.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 237 7 75 0 0.97 0.68 0.07 342.26 0.94 0.48
Hex ED 7 4B 0 61 44 7 156 5E 30
Octal 355 7 113 0 141 104 7 526 136 60
Binary 11101101 111 1001011 0 1100001 1000100 111 101010110 1011110 110000

Color Harmonies of #ED074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED074B

Black with #ED074B

Text Example


Text Example

White with #ED074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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