Html Css Color HEX #EF165A Razzmatazz

📋 copy color: '#EF165A'

red 239 ◦ green 22 ◦ blue 90

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

Shades of Razzmatazz #EF165A

Tints of Razzmatazz #EF165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 68.09%
G = 6.27%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF165A (or 0xEF165A) is known color: Razzmatazz. HEX triplet: EF, 16 and 5A. RGB value is (239,22,90). Sum of RGB (Red+Green+Blue) = 239+22+90=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF165A is #10E9A5. Grayscale: #5E5E5E. Windows color (decimal): -1108390 or 5904111. OLE color: 5904111.

HSL color Cylindrical-coordinate representation of color #EF165A: hue angle of 341.2º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF165A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 90 -
CMYK 0 0.91 0.62 0.06
HSL 341.2º 0.87% 0.51% -
HSV(B) 341.2º 0.91% 0.94% -
XYZ 37.73 19.66 11.48 -
YUV 94.64 125.39 230.97 -
System Red Green Blue C M Y K H S L
Decimal 239 22 90 0 0.91 0.62 0.06 341.2 0.87 0.51
Hex EF 16 5A 0 5B 3E 6 155 57 33
Octal 357 26 132 0 133 76 6 525 127 63
Binary 11101111 10110 1011010 0 1011011 111110 110 101010101 1010111 110011

Color Harmonies of #EF165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF165A

Black with #EF165A

Text Example


Text Example

White with #EF165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF165A; }

 p { color: rgb(239,22,90); }

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

background-color css

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

 a { background-color: rgb(239,22,90); }

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

border-color css

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

 span { border-color: rgb(239,22,90); }

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