Html Css Color HEX #E42066 Ruby

📋 copy color: '#E42066'

red 228 ◦ green 32 ◦ blue 102

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

Shades of Ruby #E42066

Tints of Ruby #E42066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 62.98%
G = 8.84%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E42066 (or 0xE42066) is known color: Ruby. HEX triplet: E4, 20 and 66. RGB value is (228,32,102). Sum of RGB (Red+Green+Blue) = 228+32+102=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E42066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42066 is #1BDF99. Grayscale: #626262. Windows color (decimal): -1826714 or 6693092. OLE color: 6693092.

HSL color Cylindrical-coordinate representation of color #E42066: hue angle of 338.57º 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 #E42066 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 102 -
CMYK 0 0.86 0.55 0.11
HSL 338.57º 0.78% 0.51% -
HSV(B) 338.57º 0.86% 0.89% -
XYZ 34.91 18.49 14.3 -
YUV 98.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 228 32 102 0 0.86 0.55 0.11 338.57 0.78 0.51
Hex E4 20 66 0 56 37 B 153 4E 33
Octal 344 40 146 0 126 67 13 523 116 63
Binary 11100100 100000 1100110 0 1010110 110111 1011 101010011 1001110 110011

Color Harmonies of #E42066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42066

Black with #E42066

Text Example


Text Example

White with #E42066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42066; }

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

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

background-color css

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

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

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

border-color css

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

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

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