Html Css Color HEX #E01952 Ruby

📋 copy color: '#E01952'

red 224 ◦ green 25 ◦ blue 82

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

Shades of Ruby #E01952

Tints of Ruby #E01952

RGB

 RED value IS 224 (87.89% from 255) = 67.67%

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 67.67%
G = 7.55%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01952 (or 0xE01952) is known color: Ruby. HEX triplet: E0, 19 and 52. RGB value is (224,25,82). Sum of RGB (Red+Green+Blue) = 224+25+82=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E01952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01952 is #1FE6AD. Grayscale: #5A5A5A. Windows color (decimal): -2090670 or 5380576. OLE color: 5380576.

HSL color Cylindrical-coordinate representation of color #E01952: hue angle of 342.81º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01952 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 82 -
CMYK 0 0.89 0.63 0.12
HSL 342.81º 0.8% 0.49% -
HSV(B) 342.81º 0.89% 0.88% -
XYZ 32.61 17.15 9.57 -
YUV 91 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 224 25 82 0 0.89 0.63 0.12 342.81 0.8 0.49
Hex E0 19 52 0 59 3F C 157 50 31
Octal 340 31 122 0 131 77 14 527 120 61
Binary 11100000 11001 1010010 0 1011001 111111 1100 101010111 1010000 110001

Color Harmonies of #E01952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01952

Black with #E01952

Text Example


Text Example

White with #E01952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01952; }

 p { color: rgb(224,25,82); }

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

background-color css

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

 a { background-color: rgb(224,25,82); }

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

border-color css

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

 span { border-color: rgb(224,25,82); }

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