Html Css Color HEX #ED034C Razzmatazz

📋 copy color: '#ED034C'

red 237 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #ED034C

Tints of Razzmatazz #ED034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 75%
G = 0.95%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED034C (or 0xED034C) is known color: Razzmatazz. HEX triplet: ED, 03 and 4C. RGB value is (237,3,76). Sum of RGB (Red+Green+Blue) = 237+3+76=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED034C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED034C is #12FCB3. Grayscale: #515151. Windows color (decimal): -1244340 or 4981741. OLE color: 4981741.

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

Color convert

RGB 237 3 76 -
CMYK 0 0.99 0.68 0.07
HSL 341.28º 0.98% 0.47% -
HSV(B) 341.28º 0.99% 0.93% -
XYZ 36.26 18.59 8.51 -
YUV 81.29 125.02 239.06 -
System Red Green Blue C M Y K H S L
Decimal 237 3 76 0 0.99 0.68 0.07 341.28 0.98 0.47
Hex ED 3 4C 0 63 44 7 155 62 2F
Octal 355 3 114 0 143 104 7 525 142 57
Binary 11101101 11 1001100 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #ED034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED034C

Black with #ED034C

Text Example


Text Example

White with #ED034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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