Html Css Color HEX #EF216F Ruby

📋 copy color: '#EF216F'

red 239 ◦ green 33 ◦ blue 111

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

Shades of Ruby #EF216F

Tints of Ruby #EF216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 62.4%
G = 8.62%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF216F (or 0xEF216F) is known color: Ruby. HEX triplet: EF, 21 and 6F. RGB value is (239,33,111). Sum of RGB (Red+Green+Blue) = 239+33+111=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF216F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF216F is #10DE90. Grayscale: #676767. Windows color (decimal): -1105553 or 7283183. OLE color: 7283183.

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

Color convert

RGB 239 33 111 -
CMYK 0 0.86 0.54 0.06
HSL 337.28º 0.87% 0.53% -
HSV(B) 337.28º 0.86% 0.94% -
XYZ 39.01 20.59 16.96 -
YUV 103.49 132.25 224.66 -
System Red Green Blue C M Y K H S L
Decimal 239 33 111 0 0.86 0.54 0.06 337.28 0.87 0.53
Hex EF 21 6F 0 56 36 6 151 57 35
Octal 357 41 157 0 126 66 6 521 127 65
Binary 11101111 100001 1101111 0 1010110 110110 110 101010001 1010111 110101

Color Harmonies of #EF216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF216F

Black with #EF216F

Text Example


Text Example

White with #EF216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF216F; }

 p { color: rgb(239,33,111); }

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

background-color css

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

 a { background-color: rgb(239,33,111); }

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

border-color css

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

 span { border-color: rgb(239,33,111); }

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