Html Css Color HEX #E80F68 Ruby

📋 copy color: '#E80F68'

red 232 ◦ green 15 ◦ blue 104

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

Shades of Ruby #E80F68

Tints of Ruby #E80F68

RGB

 RED value IS 232 (91.02% from 255) = 66.1%

 GREEN value IS 15 (6.25% from 255) = 4.27%

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

R = 66.1%
G = 4.27%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E80F68 (or 0xE80F68) is known color: Ruby. HEX triplet: E8, 0F and 68. RGB value is (232,15,104). Sum of RGB (Red+Green+Blue) = 232+15+104=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F68 is #17F097. Grayscale: #595959. Windows color (decimal): -1568920 or 6819816. OLE color: 6819816.

HSL color Cylindrical-coordinate representation of color #E80F68: hue angle of 335.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F68 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 104 -
CMYK 0 0.94 0.55 0.09
HSL 335.39º 0.88% 0.48% -
HSV(B) 335.39º 0.94% 0.91% -
XYZ 35.95 18.5 14.77 -
YUV 90.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 232 15 104 0 0.94 0.55 0.09 335.39 0.88 0.48
Hex E8 F 68 0 5E 37 9 14F 58 30
Octal 350 17 150 0 136 67 11 517 130 60
Binary 11101000 1111 1101000 0 1011110 110111 1001 101001111 1011000 110000

Color Harmonies of #E80F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F68

Black with #E80F68

Text Example


Text Example

White with #E80F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F68; }

 p { color: rgb(232,15,104); }

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

background-color css

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

 a { background-color: rgb(232,15,104); }

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

border-color css

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

 span { border-color: rgb(232,15,104); }

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