Html Css Color HEX #ED034F Razzmatazz

📋 copy color: '#ED034F'

red 237 ◦ green 3 ◦ blue 79

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

Shades of Razzmatazz #ED034F

Tints of Razzmatazz #ED034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 74.29%
G = 0.94%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED034F (or 0xED034F) is known color: Razzmatazz. HEX triplet: ED, 03 and 4F. RGB value is (237,3,79). Sum of RGB (Red+Green+Blue) = 237+3+79=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED034F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED034F is #12FCB0. Grayscale: #515151. Windows color (decimal): -1244337 or 5178349. OLE color: 5178349.

HSL color Cylindrical-coordinate representation of color #ED034F: hue angle of 340.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED034F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 79 -
CMYK 0 0.99 0.67 0.07
HSL 340.51º 0.98% 0.47% -
HSV(B) 340.51º 0.99% 0.93% -
XYZ 36.37 18.63 9.08 -
YUV 81.63 126.52 238.82 -
System Red Green Blue C M Y K H S L
Decimal 237 3 79 0 0.99 0.67 0.07 340.51 0.98 0.47
Hex ED 3 4F 0 63 43 7 155 62 2F
Octal 355 3 117 0 143 103 7 525 142 57
Binary 11101101 11 1001111 0 1100011 1000011 111 101010101 1100010 101111

Color Harmonies of #ED034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED034F

Black with #ED034F

Text Example


Text Example

White with #ED034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED034F; }

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

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

background-color css

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

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

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

border-color css

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

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

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