Html Css Color HEX #EF046B Razzmatazz

📋 copy color: '#EF046B'

red 239 ◦ green 4 ◦ blue 107

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

Shades of Razzmatazz #EF046B

Tints of Razzmatazz #EF046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 68.29%
G = 1.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF046B (or 0xEF046B) is known color: Razzmatazz. HEX triplet: EF, 04 and 6B. RGB value is (239,4,107). Sum of RGB (Red+Green+Blue) = 239+4+107=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF046B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF046B is #10FB94. Grayscale: #555555. Windows color (decimal): -1112981 or 7013615. OLE color: 7013615.

HSL color Cylindrical-coordinate representation of color #EF046B: hue angle of 333.7º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF046B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 107 -
CMYK 0 0.98 0.55 0.06
HSL 333.7º 0.97% 0.48% -
HSV(B) 333.7º 0.98% 0.94% -
XYZ 38.29 19.5 15.66 -
YUV 86.01 139.86 237.12 -
System Red Green Blue C M Y K H S L
Decimal 239 4 107 0 0.98 0.55 0.06 333.7 0.97 0.48
Hex EF 4 6B 0 62 37 6 14E 61 30
Octal 357 4 153 0 142 67 6 516 141 60
Binary 11101111 100 1101011 0 1100010 110111 110 101001110 1100001 110000

Color Harmonies of #EF046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF046B

Black with #EF046B

Text Example


Text Example

White with #EF046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF046B; }

 p { color: rgb(239,4,107); }

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

background-color css

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

 a { background-color: rgb(239,4,107); }

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

border-color css

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

 span { border-color: rgb(239,4,107); }

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