Html Css Color HEX #EF0D6E Ruby

📋 copy color: '#EF0D6E'

red 239 ◦ green 13 ◦ blue 110

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

Shades of Ruby #EF0D6E

Tints of Ruby #EF0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.59%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 66.02%
G = 3.59%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF0D6E (or 0xEF0D6E) is known color: Ruby. HEX triplet: EF, 0D and 6E. RGB value is (239,13,110). Sum of RGB (Red+Green+Blue) = 239+13+110=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D6E is #10F291. Grayscale: #5B5B5B. Windows color (decimal): -1110674 or 7212527. OLE color: 7212527.

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

Color convert

RGB 239 13 110 -
CMYK 0 0.95 0.54 0.06
HSL 334.25º 0.9% 0.49% -
HSV(B) 334.25º 0.95% 0.94% -
XYZ 38.56 19.76 16.53 -
YUV 91.63 138.37 233.11 -
System Red Green Blue C M Y K H S L
Decimal 239 13 110 0 0.95 0.54 0.06 334.25 0.9 0.49
Hex EF D 6E 0 5F 36 6 14E 5A 31
Octal 357 15 156 0 137 66 6 516 132 61
Binary 11101111 1101 1101110 0 1011111 110110 110 101001110 1011010 110001

Color Harmonies of #EF0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D6E

Black with #EF0D6E

Text Example


Text Example

White with #EF0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D6E; }

 p { color: rgb(239,13,110); }

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

background-color css

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

 a { background-color: rgb(239,13,110); }

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

border-color css

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

 span { border-color: rgb(239,13,110); }

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