Html Css Color HEX #ED035D Razzmatazz

📋 copy color: '#ED035D'

red 237 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #ED035D

Tints of Razzmatazz #ED035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 71.17%
G = 0.9%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED035D (or 0xED035D) is known color: Razzmatazz. HEX triplet: ED, 03 and 5D. RGB value is (237,3,93). Sum of RGB (Red+Green+Blue) = 237+3+93=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED035D is #12FCA2. Grayscale: #535353. Windows color (decimal): -1244323 or 6095853. OLE color: 6095853.

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

Color convert

RGB 237 3 93 -
CMYK 0 0.99 0.61 0.07
HSL 336.92º 0.98% 0.47% -
HSV(B) 336.92º 0.99% 0.93% -
XYZ 36.93 18.86 12.05 -
YUV 83.23 133.52 237.68 -
System Red Green Blue C M Y K H S L
Decimal 237 3 93 0 0.99 0.61 0.07 336.92 0.98 0.47
Hex ED 3 5D 0 63 3D 7 151 62 2F
Octal 355 3 135 0 143 75 7 521 142 57
Binary 11101101 11 1011101 0 1100011 111101 111 101010001 1100010 101111

Color Harmonies of #ED035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED035D

Black with #ED035D

Text Example


Text Example

White with #ED035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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