Html Css Color HEX #ED0257 Razzmatazz

📋 copy color: '#ED0257'

red 237 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #ED0257

Tints of Razzmatazz #ED0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 72.7%
G = 0.61%
B = 26.69%

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

#ED0257 (or 0xED0257) is known color: Razzmatazz. HEX triplet: ED, 02 and 57. RGB value is (237,2,87). Sum of RGB (Red+Green+Blue) = 237+2+87=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0257 is #12FDA8. Grayscale: #515151. Windows color (decimal): -1244585 or 5702381. OLE color: 5702381.

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

Color convert

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

Color Harmonies of #ED0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0257

Black with #ED0257

Text Example


Text Example

White with #ED0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0257; }

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

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

background-color css

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

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

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

border-color css

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

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

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