Html Css Color HEX #E3057A Ruby

📋 copy color: '#E3057A'

red 227 ◦ green 5 ◦ blue 122

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

Shades of Ruby #E3057A

Tints of Ruby #E3057A

RGB

 RED value IS 227 (89.06% from 255) = 64.12%

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 64.12%
G = 1.41%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3057A (or 0xE3057A) is known color: Ruby. HEX triplet: E3, 05 and 7A. RGB value is (227,5,122). Sum of RGB (Red+Green+Blue) = 227+5+122=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3057A is #1CFA85. Grayscale: #545454. Windows color (decimal): -1899142 or 7996899. OLE color: 7996899.

HSL color Cylindrical-coordinate representation of color #E3057A: hue angle of 328.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3057A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 122 -
CMYK 0 0.98 0.46 0.11
HSL 328.38º 0.96% 0.45% -
HSV(B) 328.38º 0.98% 0.89% -
XYZ 35.25 17.84 20 -
YUV 84.72 149.05 229.49 -
System Red Green Blue C M Y K H S L
Decimal 227 5 122 0 0.98 0.46 0.11 328.38 0.96 0.45
Hex E3 5 7A 0 62 2E B 148 60 2D
Octal 343 5 172 0 142 56 13 510 140 55
Binary 11100011 101 1111010 0 1100010 101110 1011 101001000 1100000 101101

Color Harmonies of #E3057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3057A

Black with #E3057A

Text Example


Text Example

White with #E3057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3057A; }

 p { color: rgb(227,5,122); }

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

background-color css

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

 a { background-color: rgb(227,5,122); }

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

border-color css

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

 span { border-color: rgb(227,5,122); }

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