Html Css Color HEX #EF1675 Ruby

📋 copy color: '#EF1675'

red 239 ◦ green 22 ◦ blue 117

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

Shades of Ruby #EF1675

Tints of Ruby #EF1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 63.23%
G = 5.82%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF1675 (or 0xEF1675) is known color: Ruby. HEX triplet: EF, 16 and 75. RGB value is (239,22,117). Sum of RGB (Red+Green+Blue) = 239+22+117=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1675 is #10E98A. Grayscale: #616161. Windows color (decimal): -1108363 or 7673583. OLE color: 7673583.

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

Color convert

RGB 239 22 117 -
CMYK 0 0.91 0.51 0.06
HSL 333.73º 0.87% 0.51% -
HSV(B) 333.73º 0.91% 0.94% -
XYZ 39.09 20.21 18.67 -
YUV 97.71 138.89 228.78 -
System Red Green Blue C M Y K H S L
Decimal 239 22 117 0 0.91 0.51 0.06 333.73 0.87 0.51
Hex EF 16 75 0 5B 33 6 14E 57 33
Octal 357 26 165 0 133 63 6 516 127 63
Binary 11101111 10110 1110101 0 1011011 110011 110 101001110 1010111 110011

Color Harmonies of #EF1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1675

Black with #EF1675

Text Example


Text Example

White with #EF1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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