Html Css Color HEX #E92073 Ruby

📋 copy color: '#E92073'

red 233 ◦ green 32 ◦ blue 115

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

Shades of Ruby #E92073

Tints of Ruby #E92073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 61.32%
G = 8.42%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E92073 (or 0xE92073) is known color: Ruby. HEX triplet: E9, 20 and 73. RGB value is (233,32,115). Sum of RGB (Red+Green+Blue) = 233+32+115=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E92073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92073 is #16DF8C. Grayscale: #656565. Windows color (decimal): -1499021 or 7545065. OLE color: 7545065.

HSL color Cylindrical-coordinate representation of color #E92073: hue angle of 335.22º 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 #E92073 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 115 -
CMYK 0 0.86 0.51 0.09
HSL 335.22º 0.82% 0.52% -
HSV(B) 335.22º 0.86% 0.91% -
XYZ 37.22 19.59 18.04 -
YUV 101.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 233 32 115 0 0.86 0.51 0.09 335.22 0.82 0.52
Hex E9 20 73 0 56 33 9 14F 52 34
Octal 351 40 163 0 126 63 11 517 122 64
Binary 11101001 100000 1110011 0 1010110 110011 1001 101001111 1010010 110100

Color Harmonies of #E92073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92073

Black with #E92073

Text Example


Text Example

White with #E92073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92073; }

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

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

background-color css

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

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

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

border-color css

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

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

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