Html Css Color HEX #EF026D Razzmatazz

📋 copy color: '#EF026D'

red 239 ◦ green 2 ◦ blue 109

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

Shades of Razzmatazz #EF026D

Tints of Razzmatazz #EF026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 68.29%
G = 0.57%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF026D (or 0xEF026D) is known color: Razzmatazz. HEX triplet: EF, 02 and 6D. RGB value is (239,2,109). Sum of RGB (Red+Green+Blue) = 239+2+109=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF026D is #10FD92. Grayscale: #545454. Windows color (decimal): -1113491 or 7144175. OLE color: 7144175.

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

Color convert

RGB 239 2 109 -
CMYK 0 0.99 0.54 0.06
HSL 332.91º 0.98% 0.47% -
HSV(B) 332.91º 0.99% 0.94% -
XYZ 38.38 19.5 16.21 -
YUV 85.06 141.52 237.8 -
System Red Green Blue C M Y K H S L
Decimal 239 2 109 0 0.99 0.54 0.06 332.91 0.98 0.47
Hex EF 2 6D 0 63 36 6 14D 62 2F
Octal 357 2 155 0 143 66 6 515 142 57
Binary 11101111 10 1101101 0 1100011 110110 110 101001101 1100010 101111

Color Harmonies of #EF026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF026D

Black with #EF026D

Text Example


Text Example

White with #EF026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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