Html Css Color HEX #ED064F Razzmatazz

📋 copy color: '#ED064F'

red 237 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #ED064F

Tints of Razzmatazz #ED064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 73.6%
G = 1.86%
B = 24.53%

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

#ED064F (or 0xED064F) is known color: Razzmatazz. HEX triplet: ED, 06 and 4F. RGB value is (237,6,79). Sum of RGB (Red+Green+Blue) = 237+6+79=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED064F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED064F is #12F9B0. Grayscale: #535353. Windows color (decimal): -1243569 or 5179117. OLE color: 5179117.

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

Color convert

RGB 237 6 79 -
CMYK 0 0.97 0.67 0.07
HSL 341.04º 0.95% 0.48% -
HSV(B) 341.04º 0.97% 0.93% -
XYZ 36.4 18.7 9.09 -
YUV 83.39 125.53 237.56 -
System Red Green Blue C M Y K H S L
Decimal 237 6 79 0 0.97 0.67 0.07 341.04 0.95 0.48
Hex ED 6 4F 0 61 43 7 155 5F 30
Octal 355 6 117 0 141 103 7 525 137 60
Binary 11101101 110 1001111 0 1100001 1000011 111 101010101 1011111 110000

Color Harmonies of #ED064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED064F

Black with #ED064F

Text Example


Text Example

White with #ED064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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