Html Css Color HEX #EF035D Razzmatazz

📋 copy color: '#EF035D'

red 239 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #EF035D

Tints of Razzmatazz #EF035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 71.34%
G = 0.9%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF035D (or 0xEF035D) is known color: Razzmatazz. HEX triplet: EF, 03 and 5D. RGB value is (239,3,93). Sum of RGB (Red+Green+Blue) = 239+3+93=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF035D is #10FCA2. Grayscale: #535353. Windows color (decimal): -1113251 or 6095855. OLE color: 6095855.

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

Color convert

RGB 239 3 93 -
CMYK 0 0.99 0.61 0.06
HSL 337.12º 0.98% 0.47% -
HSV(B) 337.12º 0.99% 0.94% -
XYZ 37.6 19.21 12.08 -
YUV 83.82 133.19 238.68 -
System Red Green Blue C M Y K H S L
Decimal 239 3 93 0 0.99 0.61 0.06 337.12 0.98 0.47
Hex EF 3 5D 0 63 3D 6 151 62 2F
Octal 357 3 135 0 143 75 6 521 142 57
Binary 11101111 11 1011101 0 1100011 111101 110 101010001 1100010 101111

Color Harmonies of #EF035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF035D

Black with #EF035D

Text Example


Text Example

White with #EF035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF035D; }

 p { color: rgb(239,3,93); }

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

background-color css

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

 a { background-color: rgb(239,3,93); }

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

border-color css

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

 span { border-color: rgb(239,3,93); }

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