Html Css Color HEX #E7027B Ruby

📋 copy color: '#E7027B'

red 231 ◦ green 2 ◦ blue 123

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

Shades of Ruby #E7027B

Tints of Ruby #E7027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 64.89%
G = 0.56%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7027B (or 0xE7027B) is known color: Ruby. HEX triplet: E7, 02 and 7B. RGB value is (231,2,123). Sum of RGB (Red+Green+Blue) = 231+2+123=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7027B is #18FD84. Grayscale: #545454. Windows color (decimal): -1637765 or 8061671. OLE color: 8061671.

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

Color convert

RGB 231 2 123 -
CMYK 0 0.99 0.47 0.09
HSL 328.3º 0.98% 0.46% -
HSV(B) 328.3º 0.99% 0.91% -
XYZ 36.55 18.46 20.38 -
YUV 84.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 231 2 123 0 0.99 0.47 0.09 328.3 0.98 0.46
Hex E7 2 7B 0 63 2F 9 148 62 2E
Octal 347 2 173 0 143 57 11 510 142 56
Binary 11100111 10 1111011 0 1100011 101111 1001 101001000 1100010 101110

Color Harmonies of #E7027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7027B

Black with #E7027B

Text Example


Text Example

White with #E7027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7027B; }

 p { color: rgb(231,2,123); }

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

background-color css

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

 a { background-color: rgb(231,2,123); }

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

border-color css

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

 span { border-color: rgb(231,2,123); }

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