Html Css Color HEX #EF0D4B Razzmatazz

📋 copy color: '#EF0D4B'

red 239 ◦ green 13 ◦ blue 75

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

Shades of Razzmatazz #EF0D4B

Tints of Razzmatazz #EF0D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 73.09%
G = 3.98%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0D4B (or 0xEF0D4B) is known color: Razzmatazz. HEX triplet: EF, 0D and 4B. RGB value is (239,13,75). Sum of RGB (Red+Green+Blue) = 239+13+75=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D4B is #10F2B4. Grayscale: #575757. Windows color (decimal): -1110709 or 4918767. OLE color: 4918767.

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

Color convert

RGB 239 13 75 -
CMYK 0 0.95 0.69 0.06
HSL 343.54º 0.9% 0.49% -
HSV(B) 343.54º 0.95% 0.94% -
XYZ 37.01 19.15 8.4 -
YUV 87.64 120.87 235.96 -
System Red Green Blue C M Y K H S L
Decimal 239 13 75 0 0.95 0.69 0.06 343.54 0.9 0.49
Hex EF D 4B 0 5F 45 6 158 5A 31
Octal 357 15 113 0 137 105 6 530 132 61
Binary 11101111 1101 1001011 0 1011111 1000101 110 101011000 1011010 110001

Color Harmonies of #EF0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D4B

Black with #EF0D4B

Text Example


Text Example

White with #EF0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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