Html Css Color HEX #ED0352 Razzmatazz

📋 copy color: '#ED0352'

red 237 ◦ green 3 ◦ blue 82

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

Shades of Razzmatazz #ED0352

Tints of Razzmatazz #ED0352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 73.6%
G = 0.93%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0352 (or 0xED0352) is known color: Razzmatazz. HEX triplet: ED, 03 and 52. RGB value is (237,3,82). Sum of RGB (Red+Green+Blue) = 237+3+82=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0352 is #12FCAD. Grayscale: #515151. Windows color (decimal): -1244334 or 5374957. OLE color: 5374957.

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

Color convert

RGB 237 3 82 -
CMYK 0 0.99 0.65 0.07
HSL 339.74º 0.98% 0.47% -
HSV(B) 339.74º 0.99% 0.93% -
XYZ 36.48 18.68 9.67 -
YUV 81.97 128.02 238.58 -
System Red Green Blue C M Y K H S L
Decimal 237 3 82 0 0.99 0.65 0.07 339.74 0.98 0.47
Hex ED 3 52 0 63 41 7 154 62 2F
Octal 355 3 122 0 143 101 7 524 142 57
Binary 11101101 11 1010010 0 1100011 1000001 111 101010100 1100010 101111

Color Harmonies of #ED0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0352

Black with #ED0352

Text Example


Text Example

White with #ED0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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