Html Css Color HEX #CE2E5E Cerise

📋 copy color: '#CE2E5E'

red 206 ◦ green 46 ◦ blue 94

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

Shades of Cerise #CE2E5E

Tints of Cerise #CE2E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

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

R = 59.54%
G = 13.29%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE2E5E (or 0xCE2E5E) is known color: Cerise. HEX triplet: CE, 2E and 5E. RGB value is (206,46,94). Sum of RGB (Red+Green+Blue) = 206+46+94=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E5E is #31D1A1. Grayscale: #636363. Windows color (decimal): -3264930 or 6172366. OLE color: 6172366.

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

Color convert

RGB 206 46 94 -
CMYK 0 0.78 0.54 0.19
HSL 342º 0.63% 0.49% -
HSV(B) 342º 0.78% 0.81% -
XYZ 28.45 15.88 12.16 -
YUV 99.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 206 46 94 0 0.78 0.54 0.19 342 0.63 0.49
Hex CE 2E 5E 0 4E 36 13 156 3F 31
Octal 316 56 136 0 116 66 23 526 77 61
Binary 11001110 101110 1011110 0 1001110 110110 10011 101010110 111111 110001

Color Harmonies of #CE2E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E5E

Black with #CE2E5E

Text Example


Text Example

White with #CE2E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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