Html Css Color HEX #E92072 Ruby

📋 copy color: '#E92072'

red 233 ◦ green 32 ◦ blue 114

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

Shades of Ruby #E92072

Tints of Ruby #E92072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 61.48%
G = 8.44%
B = 30.08%

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

#E92072 (or 0xE92072) is known color: Ruby. HEX triplet: E9, 20 and 72. RGB value is (233,32,114). Sum of RGB (Red+Green+Blue) = 233+32+114=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E92072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92072 is #16DF8D. Grayscale: #656565. Windows color (decimal): -1499022 or 7479529. OLE color: 7479529.

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

Color convert

RGB 233 32 114 -
CMYK 0 0.86 0.51 0.09
HSL 335.52º 0.82% 0.52% -
HSV(B) 335.52º 0.86% 0.91% -
XYZ 37.16 19.57 17.74 -
YUV 101.45 135.09 221.83 -
System Red Green Blue C M Y K H S L
Decimal 233 32 114 0 0.86 0.51 0.09 335.52 0.82 0.52
Hex E9 20 72 0 56 33 9 150 52 34
Octal 351 40 162 0 126 63 11 520 122 64
Binary 11101001 100000 1110010 0 1010110 110011 1001 101010000 1010010 110100

Color Harmonies of #E92072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92072

Black with #E92072

Text Example


Text Example

White with #E92072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92072; }

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

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

background-color css

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

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

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

border-color css

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

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

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