Html Css Color HEX #CE055E Ruby

📋 copy color: '#CE055E'

red 206 ◦ green 5 ◦ blue 94

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

Shades of Ruby #CE055E

Tints of Ruby #CE055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 67.54%
G = 1.64%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE055E (or 0xCE055E) is known color: Ruby. HEX triplet: CE, 05 and 5E. RGB value is (206,5,94). Sum of RGB (Red+Green+Blue) = 206+5+94=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE055E is #31FAA1. Grayscale: #4B4B4B. Windows color (decimal): -3275426 or 6161870. OLE color: 6161870.

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

Color convert

RGB 206 5 94 -
CMYK 0 0.98 0.54 0.19
HSL 333.43º 0.95% 0.41% -
HSV(B) 333.43º 0.98% 0.81% -
XYZ 27.53 14.04 11.85 -
YUV 75.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 206 5 94 0 0.98 0.54 0.19 333.43 0.95 0.41
Hex CE 5 5E 0 62 36 13 14D 5F 29
Octal 316 5 136 0 142 66 23 515 137 51
Binary 11001110 101 1011110 0 1100010 110110 10011 101001101 1011111 101001

Color Harmonies of #CE055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE055E

Black with #CE055E

Text Example


Text Example

White with #CE055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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