Html Css Color HEX #EF1853 Razzmatazz

📋 copy color: '#EF1853'

red 239 ◦ green 24 ◦ blue 83

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

Shades of Razzmatazz #EF1853

Tints of Razzmatazz #EF1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 69.08%
G = 6.94%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF1853 (or 0xEF1853) is known color: Razzmatazz. HEX triplet: EF, 18 and 53. RGB value is (239,24,83). Sum of RGB (Red+Green+Blue) = 239+24+83=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1853 is #10E7AC. Grayscale: #5E5E5E. Windows color (decimal): -1107885 or 5445871. OLE color: 5445871.

HSL color Cylindrical-coordinate representation of color #EF1853: hue angle of 343.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1853 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 83 -
CMYK 0 0.90 0.65 0.06
HSL 343.53º 0.87% 0.52% -
HSV(B) 343.53º 0.9% 0.94% -
XYZ 37.48 19.63 10 -
YUV 95.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 239 24 83 0 0.90 0.65 0.06 343.53 0.87 0.52
Hex EF 18 53 0 5A 41 6 158 57 34
Octal 357 30 123 0 132 101 6 530 127 64
Binary 11101111 11000 1010011 0 1011010 1000001 110 101011000 1010111 110100

Color Harmonies of #EF1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1853

Black with #EF1853

Text Example


Text Example

White with #EF1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1853; }

 p { color: rgb(239,24,83); }

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

background-color css

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

 a { background-color: rgb(239,24,83); }

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

border-color css

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

 span { border-color: rgb(239,24,83); }

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