Html Css Color HEX #EF024B Razzmatazz

📋 copy color: '#EF024B'

red 239 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #EF024B

Tints of Razzmatazz #EF024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 75.63%
G = 0.63%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF024B (or 0xEF024B) is known color: Razzmatazz. HEX triplet: EF, 02 and 4B. RGB value is (239,2,75). Sum of RGB (Red+Green+Blue) = 239+2+75=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF024B is #10FDB4. Grayscale: #515151. Windows color (decimal): -1113525 or 4915951. OLE color: 4915951.

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

Color convert

RGB 239 2 75 -
CMYK 0 0.99 0.69 0.06
HSL 341.52º 0.98% 0.47% -
HSV(B) 341.52º 0.99% 0.94% -
XYZ 36.89 18.9 8.36 -
YUV 81.19 124.52 240.56 -
System Red Green Blue C M Y K H S L
Decimal 239 2 75 0 0.99 0.69 0.06 341.52 0.98 0.47
Hex EF 2 4B 0 63 45 6 156 62 2F
Octal 357 2 113 0 143 105 6 526 142 57
Binary 11101111 10 1001011 0 1100011 1000101 110 101010110 1100010 101111

Color Harmonies of #EF024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF024B

Black with #EF024B

Text Example


Text Example

White with #EF024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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