Html Css Color HEX #EF0B6D Razzmatazz

📋 copy color: '#EF0B6D'

red 239 ◦ green 11 ◦ blue 109

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

Shades of Razzmatazz #EF0B6D

Tints of Razzmatazz #EF0B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 66.57%
G = 3.06%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF0B6D (or 0xEF0B6D) is known color: Razzmatazz. HEX triplet: EF, 0B and 6D. RGB value is (239,11,109). Sum of RGB (Red+Green+Blue) = 239+11+109=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B6D is #10F492. Grayscale: #5A5A5A. Windows color (decimal): -1111187 or 7146479. OLE color: 7146479.

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

Color convert

RGB 239 11 109 -
CMYK 0 0.95 0.54 0.06
HSL 334.21º 0.91% 0.49% -
HSV(B) 334.21º 0.95% 0.94% -
XYZ 38.48 19.69 16.24 -
YUV 90.34 138.54 234.03 -
System Red Green Blue C M Y K H S L
Decimal 239 11 109 0 0.95 0.54 0.06 334.21 0.91 0.49
Hex EF B 6D 0 5F 36 6 14E 5B 31
Octal 357 13 155 0 137 66 6 516 133 61
Binary 11101111 1011 1101101 0 1011111 110110 110 101001110 1011011 110001

Color Harmonies of #EF0B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B6D

Black with #EF0B6D

Text Example


Text Example

White with #EF0B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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