Html Css Color HEX #E62075 Ruby

📋 copy color: '#E62075'

red 230 ◦ green 32 ◦ blue 117

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

Shades of Ruby #E62075

Tints of Ruby #E62075

RGB

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

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

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

R = 60.69%
G = 8.44%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E62075 (or 0xE62075) is known color: Ruby. HEX triplet: E6, 20 and 75. RGB value is (230,32,117). Sum of RGB (Red+Green+Blue) = 230+32+117=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E62075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62075 is #19DF8A. Grayscale: #646464. Windows color (decimal): -1695627 or 7676134. OLE color: 7676134.

HSL color Cylindrical-coordinate representation of color #E62075: hue angle of 334.24º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62075 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 117 -
CMYK 0 0.86 0.49 0.10
HSL 334.24º 0.8% 0.51% -
HSV(B) 334.24º 0.86% 0.9% -
XYZ 36.36 19.14 18.61 -
YUV 100.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 230 32 117 0 0.86 0.49 0.10 334.24 0.8 0.51
Hex E6 20 75 0 56 31 A 14E 50 33
Octal 346 40 165 0 126 61 12 516 120 63
Binary 11100110 100000 1110101 0 1010110 110001 1010 101001110 1010000 110011

Color Harmonies of #E62075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62075

Black with #E62075

Text Example


Text Example

White with #E62075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62075; }

 p { color: rgb(230,32,117); }

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

background-color css

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

 a { background-color: rgb(230,32,117); }

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

border-color css

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

 span { border-color: rgb(230,32,117); }

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