Html Css Color HEX #ED084F Razzmatazz

📋 copy color: '#ED084F'

red 237 ◦ green 8 ◦ blue 79

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

Shades of Razzmatazz #ED084F

Tints of Razzmatazz #ED084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 73.15%
G = 2.47%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED084F (or 0xED084F) is known color: Razzmatazz. HEX triplet: ED, 08 and 4F. RGB value is (237,8,79). Sum of RGB (Red+Green+Blue) = 237+8+79=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED084F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED084F is #12F7B0. Grayscale: #545454. Windows color (decimal): -1243057 or 5179629. OLE color: 5179629.

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

Color convert

RGB 237 8 79 -
CMYK 0 0.97 0.67 0.07
HSL 341.4º 0.93% 0.48% -
HSV(B) 341.4º 0.97% 0.93% -
XYZ 36.42 18.74 9.1 -
YUV 84.57 124.87 236.73 -
System Red Green Blue C M Y K H S L
Decimal 237 8 79 0 0.97 0.67 0.07 341.4 0.93 0.48
Hex ED 8 4F 0 61 43 7 155 5D 30
Octal 355 10 117 0 141 103 7 525 135 60
Binary 11101101 1000 1001111 0 1100001 1000011 111 101010101 1011101 110000

Color Harmonies of #ED084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED084F

Black with #ED084F

Text Example


Text Example

White with #ED084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED084F; }

 p { color: rgb(237,8,79); }

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

background-color css

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

 a { background-color: rgb(237,8,79); }

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

border-color css

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

 span { border-color: rgb(237,8,79); }

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