Html Css Color HEX #ED0B5B Razzmatazz

📋 copy color: '#ED0B5B'

red 237 ◦ green 11 ◦ blue 91

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

Shades of Razzmatazz #ED0B5B

Tints of Razzmatazz #ED0B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 69.91%
G = 3.24%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED0B5B (or 0xED0B5B) is known color: Razzmatazz. HEX triplet: ED, 0B and 5B. RGB value is (237,11,91). Sum of RGB (Red+Green+Blue) = 237+11+91=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B5B is #12F4A4. Grayscale: #575757. Windows color (decimal): -1242277 or 5966829. OLE color: 5966829.

HSL color Cylindrical-coordinate representation of color #ED0B5B: hue angle of 338.76º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B5B is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 11 91 -
CMYK 0 0.95 0.62 0.07
HSL 338.76º 0.91% 0.49% -
HSV(B) 338.76º 0.95% 0.93% -
XYZ 36.93 19 11.62 -
YUV 87.69 129.87 234.5 -
System Red Green Blue C M Y K H S L
Decimal 237 11 91 0 0.95 0.62 0.07 338.76 0.91 0.49
Hex ED B 5B 0 5F 3E 7 153 5B 31
Octal 355 13 133 0 137 76 7 523 133 61
Binary 11101101 1011 1011011 0 1011111 111110 111 101010011 1011011 110001

Color Harmonies of #ED0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B5B

Black with #ED0B5B

Text Example


Text Example

White with #ED0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B5B; }

 p { color: rgb(237,11,91); }

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

background-color css

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

 a { background-color: rgb(237,11,91); }

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

border-color css

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

 span { border-color: rgb(237,11,91); }

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