Html Css Color HEX #EF1A67 Ruby

📋 copy color: '#EF1A67'

red 239 ◦ green 26 ◦ blue 103

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

Shades of Ruby #EF1A67

Tints of Ruby #EF1A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 64.95%
G = 7.07%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF1A67 (or 0xEF1A67) is known color: Ruby. HEX triplet: EF, 1A and 67. RGB value is (239,26,103). Sum of RGB (Red+Green+Blue) = 239+26+103=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A67 is #10E598. Grayscale: #626262. Windows color (decimal): -1107353 or 6757103. OLE color: 6757103.

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

Color convert

RGB 239 26 103 -
CMYK 0 0.89 0.57 0.06
HSL 338.31º 0.87% 0.52% -
HSV(B) 338.31º 0.89% 0.94% -
XYZ 38.41 20.07 14.68 -
YUV 98.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 239 26 103 0 0.89 0.57 0.06 338.31 0.87 0.52
Hex EF 1A 67 0 59 39 6 152 57 34
Octal 357 32 147 0 131 71 6 522 127 64
Binary 11101111 11010 1100111 0 1011001 111001 110 101010010 1010111 110100

Color Harmonies of #EF1A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A67

Black with #EF1A67

Text Example


Text Example

White with #EF1A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A67; }

 p { color: rgb(239,26,103); }

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

background-color css

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

 a { background-color: rgb(239,26,103); }

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

border-color css

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

 span { border-color: rgb(239,26,103); }

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