Html Css Color HEX #EF0B5B Razzmatazz

📋 copy color: '#EF0B5B'

red 239 ◦ green 11 ◦ blue 91

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

Shades of Razzmatazz #EF0B5B

Tints of Razzmatazz #EF0B5B

RGB

 RED value IS 239 (93.75% from 255) = 70.09%

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

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

R = 70.09%
G = 3.23%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF0B5B (or 0xEF0B5B) is known color: Razzmatazz. HEX triplet: EF, 0B and 5B. RGB value is (239,11,91). Sum of RGB (Red+Green+Blue) = 239+11+91=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B5B is #10F4A4. Grayscale: #585858. Windows color (decimal): -1111205 or 5966831. OLE color: 5966831.

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

Color convert

RGB 239 11 91 -
CMYK 0 0.95 0.62 0.06
HSL 338.95º 0.91% 0.49% -
HSV(B) 338.95º 0.95% 0.94% -
XYZ 37.6 19.35 11.65 -
YUV 88.29 129.54 235.5 -
System Red Green Blue C M Y K H S L
Decimal 239 11 91 0 0.95 0.62 0.06 338.95 0.91 0.49
Hex EF B 5B 0 5F 3E 6 153 5B 31
Octal 357 13 133 0 137 76 6 523 133 61
Binary 11101111 1011 1011011 0 1011111 111110 110 101010011 1011011 110001

Color Harmonies of #EF0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B5B

Black with #EF0B5B

Text Example


Text Example

White with #EF0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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