Html Css Color HEX #EF1269 Ruby

📋 copy color: '#EF1269'

red 239 ◦ green 18 ◦ blue 105

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

Shades of Ruby #EF1269

Tints of Ruby #EF1269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 66.02%
G = 4.97%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF1269 (or 0xEF1269) is known color: Ruby. HEX triplet: EF, 12 and 69. RGB value is (239,18,105). Sum of RGB (Red+Green+Blue) = 239+18+105=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1269 is #10ED96. Grayscale: #5D5D5D. Windows color (decimal): -1109399 or 6886127. OLE color: 6886127.

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

Color convert

RGB 239 18 105 -
CMYK 0 0.92 0.56 0.06
HSL 336.38º 0.87% 0.5% -
HSV(B) 336.38º 0.92% 0.94% -
XYZ 38.36 19.8 15.17 -
YUV 94 134.22 231.43 -
System Red Green Blue C M Y K H S L
Decimal 239 18 105 0 0.92 0.56 0.06 336.38 0.87 0.5
Hex EF 12 69 0 5C 38 6 150 57 32
Octal 357 22 151 0 134 70 6 520 127 62
Binary 11101111 10010 1101001 0 1011100 111000 110 101010000 1010111 110010

Color Harmonies of #EF1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1269

Black with #EF1269

Text Example


Text Example

White with #EF1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1269; }

 p { color: rgb(239,18,105); }

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

background-color css

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

 a { background-color: rgb(239,18,105); }

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

border-color css

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

 span { border-color: rgb(239,18,105); }

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