Html Css Color HEX #CE2E60 Cerise

📋 copy color: '#CE2E60'

red 206 ◦ green 46 ◦ blue 96

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

Shades of Cerise #CE2E60

Tints of Cerise #CE2E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 59.2%
G = 13.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE2E60 (or 0xCE2E60) is known color: Cerise. HEX triplet: CE, 2E and 60. RGB value is (206,46,96). Sum of RGB (Red+Green+Blue) = 206+46+96=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E60 is #31D19F. Grayscale: #636363. Windows color (decimal): -3264928 or 6303438. OLE color: 6303438.

HSL color Cylindrical-coordinate representation of color #CE2E60: hue angle of 341.25º 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 #CE2E60 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 96 -
CMYK 0 0.78 0.53 0.19
HSL 341.25º 0.63% 0.49% -
HSV(B) 341.25º 0.78% 0.81% -
XYZ 28.54 15.92 12.63 -
YUV 99.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 206 46 96 0 0.78 0.53 0.19 341.25 0.63 0.49
Hex CE 2E 60 0 4E 35 13 155 3F 31
Octal 316 56 140 0 116 65 23 525 77 61
Binary 11001110 101110 1100000 0 1001110 110101 10011 101010101 111111 110001

Color Harmonies of #CE2E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E60

Black with #CE2E60

Text Example


Text Example

White with #CE2E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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