Html Css Color HEX #CE085E Ruby

📋 copy color: '#CE085E'

red 206 ◦ green 8 ◦ blue 94

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

Shades of Ruby #CE085E

Tints of Ruby #CE085E

RGB

 RED value IS 206 (80.86% from 255) = 66.88%

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 66.88%
G = 2.6%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE085E (or 0xCE085E) is known color: Ruby. HEX triplet: CE, 08 and 5E. RGB value is (206,8,94). Sum of RGB (Red+Green+Blue) = 206+8+94=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE085E is #31F7A1. Grayscale: #4C4C4C. Windows color (decimal): -3274658 or 6162638. OLE color: 6162638.

HSL color Cylindrical-coordinate representation of color #CE085E: hue angle of 333.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE085E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 94 -
CMYK 0 0.96 0.54 0.19
HSL 333.94º 0.93% 0.42% -
HSV(B) 333.94º 0.96% 0.81% -
XYZ 27.56 14.1 11.86 -
YUV 77.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 206 8 94 0 0.96 0.54 0.19 333.94 0.93 0.42
Hex CE 8 5E 0 60 36 13 14E 5D 2A
Octal 316 10 136 0 140 66 23 516 135 52
Binary 11001110 1000 1011110 0 1100000 110110 10011 101001110 1011101 101010

Color Harmonies of #CE085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE085E

Black with #CE085E

Text Example


Text Example

White with #CE085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE085E; }

 p { color: rgb(206,8,94); }

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

background-color css

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

 a { background-color: rgb(206,8,94); }

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

border-color css

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

 span { border-color: rgb(206,8,94); }

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