Html Css Color HEX #ED064E Razzmatazz

📋 copy color: '#ED064E'

red 237 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #ED064E

Tints of Razzmatazz #ED064E

RGB

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

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

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

R = 73.83%
G = 1.87%
B = 24.3%

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

#ED064E (or 0xED064E) is known color: Razzmatazz. HEX triplet: ED, 06 and 4E. RGB value is (237,6,78). Sum of RGB (Red+Green+Blue) = 237+6+78=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED064E is #12F9B1. Grayscale: #535353. Windows color (decimal): -1243570 or 5113581. OLE color: 5113581.

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

Color convert

RGB 237 6 78 -
CMYK 0 0.97 0.67 0.07
HSL 341.3º 0.95% 0.48% -
HSV(B) 341.3º 0.97% 0.93% -
XYZ 36.37 18.68 8.9 -
YUV 83.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 237 6 78 0 0.97 0.67 0.07 341.3 0.95 0.48
Hex ED 6 4E 0 61 43 7 155 5F 30
Octal 355 6 116 0 141 103 7 525 137 60
Binary 11101101 110 1001110 0 1100001 1000011 111 101010101 1011111 110000

Color Harmonies of #ED064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED064E

Black with #ED064E

Text Example


Text Example

White with #ED064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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