Html Css Color HEX #E6027B Ruby

📋 copy color: '#E6027B'

red 230 ◦ green 2 ◦ blue 123

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

Shades of Ruby #E6027B

Tints of Ruby #E6027B

RGB

 RED value IS 230 (90.23% from 255) = 64.79%

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

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

R = 64.79%
G = 0.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6027B (or 0xE6027B) is known color: Ruby. HEX triplet: E6, 02 and 7B. RGB value is (230,2,123). Sum of RGB (Red+Green+Blue) = 230+2+123=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6027B is #19FD84. Grayscale: #535353. Windows color (decimal): -1703301 or 8061670. OLE color: 8061670.

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

Color convert

RGB 230 2 123 -
CMYK 0 0.99 0.47 0.10
HSL 328.16º 0.98% 0.45% -
HSV(B) 328.16º 0.99% 0.9% -
XYZ 36.23 18.3 20.36 -
YUV 83.97 150.04 232.16 -
System Red Green Blue C M Y K H S L
Decimal 230 2 123 0 0.99 0.47 0.10 328.16 0.98 0.45
Hex E6 2 7B 0 63 2F A 148 62 2D
Octal 346 2 173 0 143 57 12 510 142 55
Binary 11100110 10 1111011 0 1100011 101111 1010 101001000 1100010 101101

Color Harmonies of #E6027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6027B

Black with #E6027B

Text Example


Text Example

White with #E6027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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