Html Css Color HEX #ED0357 Razzmatazz

📋 copy color: '#ED0357'

red 237 ◦ green 3 ◦ blue 87

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

Shades of Razzmatazz #ED0357

Tints of Razzmatazz #ED0357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 72.48%
G = 0.92%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED0357 (or 0xED0357) is known color: Razzmatazz. HEX triplet: ED, 03 and 57. RGB value is (237,3,87). Sum of RGB (Red+Green+Blue) = 237+3+87=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0357 is #12FCA8. Grayscale: #525252. Windows color (decimal): -1244329 or 5702637. OLE color: 5702637.

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

Color convert

RGB 237 3 87 -
CMYK 0 0.99 0.63 0.07
HSL 338.46º 0.98% 0.47% -
HSV(B) 338.46º 0.99% 0.93% -
XYZ 36.68 18.76 10.7 -
YUV 82.54 130.52 238.17 -
System Red Green Blue C M Y K H S L
Decimal 237 3 87 0 0.99 0.63 0.07 338.46 0.98 0.47
Hex ED 3 57 0 63 3F 7 152 62 2F
Octal 355 3 127 0 143 77 7 522 142 57
Binary 11101101 11 1010111 0 1100011 111111 111 101010010 1100010 101111

Color Harmonies of #ED0357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0357

Black with #ED0357

Text Example


Text Example

White with #ED0357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0357; }

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

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

background-color css

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

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

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

border-color css

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

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

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