Html Css Color HEX #EF1569 Ruby

📋 copy color: '#EF1569'

red 239 ◦ green 21 ◦ blue 105

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

Shades of Ruby #EF1569

Tints of Ruby #EF1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 65.48%
G = 5.75%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF1569 (or 0xEF1569) is known color: Ruby. HEX triplet: EF, 15 and 69. RGB value is (239,21,105). Sum of RGB (Red+Green+Blue) = 239+21+105=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1569 is #10EA96. Grayscale: #5F5F5F. Windows color (decimal): -1108631 or 6886895. OLE color: 6886895.

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

Color convert

RGB 239 21 105 -
CMYK 0 0.91 0.56 0.06
HSL 336.88º 0.87% 0.51% -
HSV(B) 336.88º 0.91% 0.94% -
XYZ 38.41 19.91 15.18 -
YUV 95.76 133.22 230.17 -
System Red Green Blue C M Y K H S L
Decimal 239 21 105 0 0.91 0.56 0.06 336.88 0.87 0.51
Hex EF 15 69 0 5B 38 6 151 57 33
Octal 357 25 151 0 133 70 6 521 127 63
Binary 11101111 10101 1101001 0 1011011 111000 110 101010001 1010111 110011

Color Harmonies of #EF1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1569

Black with #EF1569

Text Example


Text Example

White with #EF1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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