Html Css Color HEX #E92068 Ruby

📋 copy color: '#E92068'

red 233 ◦ green 32 ◦ blue 104

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

Shades of Ruby #E92068

Tints of Ruby #E92068

RGB

 RED value IS 233 (91.41% from 255) = 63.14%

 GREEN value IS 32 (12.89% from 255) = 8.67%

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

R = 63.14%
G = 8.67%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E92068 (or 0xE92068) is known color: Ruby. HEX triplet: E9, 20 and 68. RGB value is (233,32,104). Sum of RGB (Red+Green+Blue) = 233+32+104=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E92068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92068 is #16DF97. Grayscale: #646464. Windows color (decimal): -1499032 or 6824169. OLE color: 6824169.

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

Color convert

RGB 233 32 104 -
CMYK 0 0.86 0.55 0.09
HSL 338.51º 0.82% 0.52% -
HSV(B) 338.51º 0.86% 0.91% -
XYZ 36.62 19.36 14.9 -
YUV 100.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 233 32 104 0 0.86 0.55 0.09 338.51 0.82 0.52
Hex E9 20 68 0 56 37 9 153 52 34
Octal 351 40 150 0 126 67 11 523 122 64
Binary 11101001 100000 1101000 0 1010110 110111 1001 101010011 1010010 110100

Color Harmonies of #E92068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92068

Black with #E92068

Text Example


Text Example

White with #E92068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92068; }

 p { color: rgb(233,32,104); }

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

background-color css

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

 a { background-color: rgb(233,32,104); }

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

border-color css

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

 span { border-color: rgb(233,32,104); }

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