Html Css Color HEX #EF0D53 Razzmatazz

📋 copy color: '#EF0D53'

red 239 ◦ green 13 ◦ blue 83

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

Shades of Razzmatazz #EF0D53

Tints of Razzmatazz #EF0D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 71.34%
G = 3.88%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF0D53 (or 0xEF0D53) is known color: Razzmatazz. HEX triplet: EF, 0D and 53. RGB value is (239,13,83). Sum of RGB (Red+Green+Blue) = 239+13+83=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D53 is #10F2AC. Grayscale: #585858. Windows color (decimal): -1110701 or 5443055. OLE color: 5443055.

HSL color Cylindrical-coordinate representation of color #EF0D53: hue angle of 341.42º degrees, saturation: 0.9, 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 #EF0D53 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 13 83 -
CMYK 0 0.95 0.65 0.06
HSL 341.42º 0.9% 0.49% -
HSV(B) 341.42º 0.95% 0.94% -
XYZ 37.3 19.26 9.94 -
YUV 88.55 124.87 235.31 -
System Red Green Blue C M Y K H S L
Decimal 239 13 83 0 0.95 0.65 0.06 341.42 0.9 0.49
Hex EF D 53 0 5F 41 6 155 5A 31
Octal 357 15 123 0 137 101 6 525 132 61
Binary 11101111 1101 1010011 0 1011111 1000001 110 101010101 1011010 110001

Color Harmonies of #EF0D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D53

Black with #EF0D53

Text Example


Text Example

White with #EF0D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D53; }

 p { color: rgb(239,13,83); }

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

background-color css

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

 a { background-color: rgb(239,13,83); }

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

border-color css

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

 span { border-color: rgb(239,13,83); }

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