Html Css Color HEX #E00675 Ruby

📋 copy color: '#E00675'

red 224 ◦ green 6 ◦ blue 117

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

Shades of Ruby #E00675

Tints of Ruby #E00675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

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

R = 64.55%
G = 1.73%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00675 (or 0xE00675) is known color: Ruby. HEX triplet: E0, 06 and 75. RGB value is (224,6,117). Sum of RGB (Red+Green+Blue) = 224+6+117=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00675 is #1FF98A. Grayscale: #535353. Windows color (decimal): -2095499 or 7669472. OLE color: 7669472.

HSL color Cylindrical-coordinate representation of color #E00675: hue angle of 329.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00675 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 117 -
CMYK 0 0.97 0.48 0.12
HSL 329.45º 0.95% 0.45% -
HSV(B) 329.45º 0.97% 0.88% -
XYZ 34.02 17.26 18.37 -
YUV 83.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 224 6 117 0 0.97 0.48 0.12 329.45 0.95 0.45
Hex E0 6 75 0 61 30 C 149 5F 2D
Octal 340 6 165 0 141 60 14 511 137 55
Binary 11100000 110 1110101 0 1100001 110000 1100 101001001 1011111 101101

Color Harmonies of #E00675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00675

Black with #E00675

Text Example


Text Example

White with #E00675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00675; }

 p { color: rgb(224,6,117); }

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

background-color css

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

 a { background-color: rgb(224,6,117); }

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

border-color css

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

 span { border-color: rgb(224,6,117); }

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