Html Css Color HEX #ED0362 Razzmatazz

📋 copy color: '#ED0362'

red 237 ◦ green 3 ◦ blue 98

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

Shades of Razzmatazz #ED0362

Tints of Razzmatazz #ED0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 70.12%
G = 0.89%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED0362 (or 0xED0362) is known color: Razzmatazz. HEX triplet: ED, 03 and 62. RGB value is (237,3,98). Sum of RGB (Red+Green+Blue) = 237+3+98=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0362 is #12FC9D. Grayscale: #535353. Windows color (decimal): -1244318 or 6423533. OLE color: 6423533.

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

Color convert

RGB 237 3 98 -
CMYK 0 0.99 0.59 0.07
HSL 335.64º 0.98% 0.47% -
HSV(B) 335.64º 0.99% 0.93% -
XYZ 37.16 18.95 13.25 -
YUV 83.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 237 3 98 0 0.99 0.59 0.07 335.64 0.98 0.47
Hex ED 3 62 0 63 3B 7 150 62 2F
Octal 355 3 142 0 143 73 7 520 142 57
Binary 11101101 11 1100010 0 1100011 111011 111 101010000 1100010 101111

Color Harmonies of #ED0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0362

Black with #ED0362

Text Example


Text Example

White with #ED0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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