Html Css Color HEX #EA1268 Ruby

📋 copy color: '#EA1268'

red 234 ◦ green 18 ◦ blue 104

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

Shades of Ruby #EA1268

Tints of Ruby #EA1268

RGB

 RED value IS 234 (91.8% from 255) = 65.73%

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 65.73%
G = 5.06%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA1268 (or 0xEA1268) is known color: Ruby. HEX triplet: EA, 12 and 68. RGB value is (234,18,104). Sum of RGB (Red+Green+Blue) = 234+18+104=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1268 is #15ED97. Grayscale: #5C5C5C. Windows color (decimal): -1437080 or 6820586. OLE color: 6820586.

HSL color Cylindrical-coordinate representation of color #EA1268: hue angle of 336.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1268 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 104 -
CMYK 0 0.92 0.56 0.08
HSL 336.11º 0.86% 0.49% -
HSV(B) 336.11º 0.92% 0.92% -
XYZ 36.65 18.92 14.82 -
YUV 92.39 134.56 229.01 -
System Red Green Blue C M Y K H S L
Decimal 234 18 104 0 0.92 0.56 0.08 336.11 0.86 0.49
Hex EA 12 68 0 5C 38 8 150 56 31
Octal 352 22 150 0 134 70 10 520 126 61
Binary 11101010 10010 1101000 0 1011100 111000 1000 101010000 1010110 110001

Color Harmonies of #EA1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1268

Black with #EA1268

Text Example


Text Example

White with #EA1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1268; }

 p { color: rgb(234,18,104); }

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

background-color css

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

 a { background-color: rgb(234,18,104); }

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

border-color css

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

 span { border-color: rgb(234,18,104); }

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