Html Css Color HEX #EF006B Razzmatazz

📋 copy color: '#EF006B'

red 239 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #EF006B

Tints of Razzmatazz #EF006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.08%
G = 0%
B = 30.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF006B (or 0xEF006B) is known color: Razzmatazz. HEX triplet: EF, 00 and 6B. RGB value is (239,0,107). Sum of RGB (Red+Green+Blue) = 239+0+107=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF006B is #10FF94. Grayscale: #535353. Windows color (decimal): -1114005 or 7012591. OLE color: 7012591.

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

Color convert

RGB 239 0 107 -
CMYK 0 1 0.55 0.06
HSL 333.14º 1% 0.47% -
HSV(B) 333.14º 1% 0.94% -
XYZ 38.25 19.41 15.64 -
YUV 83.66 141.18 238.8 -
System Red Green Blue C M Y K H S L
Decimal 239 0 107 0 1 0.55 0.06 333.14 1 0.47
Hex EF 0 6B 0 64 37 6 14D 64 2F
Octal 357 0 153 0 144 67 6 515 144 57
Binary 11101111 0 1101011 0 1100100 110111 110 101001101 1100100 101111

Color Harmonies of #EF006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF006B

Black with #EF006B

Text Example


Text Example

White with #EF006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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