Html Css Color HEX #ED034E Razzmatazz

📋 copy color: '#ED034E'

red 237 ◦ green 3 ◦ blue 78

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

Shades of Razzmatazz #ED034E

Tints of Razzmatazz #ED034E

RGB

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

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

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

R = 74.53%
G = 0.94%
B = 24.53%

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

#ED034E (or 0xED034E) is known color: Razzmatazz. HEX triplet: ED, 03 and 4E. RGB value is (237,3,78). Sum of RGB (Red+Green+Blue) = 237+3+78=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED034E is #12FCB1. Grayscale: #515151. Windows color (decimal): -1244338 or 5112813. OLE color: 5112813.

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

Color convert

RGB 237 3 78 -
CMYK 0 0.99 0.67 0.07
HSL 340.77º 0.98% 0.47% -
HSV(B) 340.77º 0.99% 0.93% -
XYZ 36.33 18.62 8.89 -
YUV 81.52 126.02 238.9 -
System Red Green Blue C M Y K H S L
Decimal 237 3 78 0 0.99 0.67 0.07 340.77 0.98 0.47
Hex ED 3 4E 0 63 43 7 155 62 2F
Octal 355 3 116 0 143 103 7 525 142 57
Binary 11101101 11 1001110 0 1100011 1000011 111 101010101 1100010 101111

Color Harmonies of #ED034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED034E

Black with #ED034E

Text Example


Text Example

White with #ED034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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