Html Css Color HEX #E7067D Ruby

📋 copy color: '#E7067D'

red 231 ◦ green 6 ◦ blue 125

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

Shades of Ruby #E7067D

Tints of Ruby #E7067D

RGB

 RED value IS 231 (90.63% from 255) = 63.81%

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 63.81%
G = 1.66%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7067D (or 0xE7067D) is known color: Ruby. HEX triplet: E7, 06 and 7D. RGB value is (231,6,125). Sum of RGB (Red+Green+Blue) = 231+6+125=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7067D is #18F982. Grayscale: #565656. Windows color (decimal): -1636739 or 8193767. OLE color: 8193767.

HSL color Cylindrical-coordinate representation of color #E7067D: hue angle of 328.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7067D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 125 -
CMYK 0 0.97 0.46 0.09
HSL 328.27º 0.95% 0.46% -
HSV(B) 328.27º 0.97% 0.91% -
XYZ 36.72 18.6 21.06 -
YUV 86.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 231 6 125 0 0.97 0.46 0.09 328.27 0.95 0.46
Hex E7 6 7D 0 61 2E 9 148 5F 2E
Octal 347 6 175 0 141 56 11 510 137 56
Binary 11100111 110 1111101 0 1100001 101110 1001 101001000 1011111 101110

Color Harmonies of #E7067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7067D

Black with #E7067D

Text Example


Text Example

White with #E7067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7067D; }

 p { color: rgb(231,6,125); }

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

background-color css

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

 a { background-color: rgb(231,6,125); }

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

border-color css

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

 span { border-color: rgb(231,6,125); }

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