Html Css Color HEX #E42075 Ruby

📋 copy color: '#E42075'

red 228 ◦ green 32 ◦ blue 117

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

Shades of Ruby #E42075

Tints of Ruby #E42075

RGB

 RED value IS 228 (89.45% from 255) = 60.48%

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 60.48%
G = 8.49%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E42075 (or 0xE42075) is known color: Ruby. HEX triplet: E4, 20 and 75. RGB value is (228,32,117). Sum of RGB (Red+Green+Blue) = 228+32+117=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E42075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42075 is #1BDF8A. Grayscale: #646464. Windows color (decimal): -1826699 or 7676132. OLE color: 7676132.

HSL color Cylindrical-coordinate representation of color #E42075: hue angle of 333.98º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42075 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 117 -
CMYK 0 0.86 0.49 0.11
HSL 333.98º 0.78% 0.51% -
HSV(B) 333.98º 0.86% 0.89% -
XYZ 35.72 18.81 18.58 -
YUV 100.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 228 32 117 0 0.86 0.49 0.11 333.98 0.78 0.51
Hex E4 20 75 0 56 31 B 14E 4E 33
Octal 344 40 165 0 126 61 13 516 116 63
Binary 11100100 100000 1110101 0 1010110 110001 1011 101001110 1001110 110011

Color Harmonies of #E42075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42075

Black with #E42075

Text Example


Text Example

White with #E42075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42075; }

 p { color: rgb(228,32,117); }

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

background-color css

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

 a { background-color: rgb(228,32,117); }

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

border-color css

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

 span { border-color: rgb(228,32,117); }

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