Html Css Color HEX #CE2268 Cerise

📋 copy color: '#CE2268'

red 206 ◦ green 34 ◦ blue 104

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

Shades of Cerise #CE2268

Tints of Cerise #CE2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 59.88%
G = 9.88%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE2268 (or 0xCE2268) is known color: Cerise. HEX triplet: CE, 22 and 68. RGB value is (206,34,104). Sum of RGB (Red+Green+Blue) = 206+34+104=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2268 is #31DD97. Grayscale: #5D5D5D. Windows color (decimal): -3267992 or 6824654. OLE color: 6824654.

HSL color Cylindrical-coordinate representation of color #CE2268: hue angle of 335.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2268 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 104 -
CMYK 0 0.83 0.50 0.19
HSL 335.58º 0.72% 0.47% -
HSV(B) 335.58º 0.83% 0.81% -
XYZ 28.52 15.27 14.54 -
YUV 93.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 206 34 104 0 0.83 0.50 0.19 335.58 0.72 0.47
Hex CE 22 68 0 53 32 13 150 48 2F
Octal 316 42 150 0 123 62 23 520 110 57
Binary 11001110 100010 1101000 0 1010011 110010 10011 101010000 1001000 101111

Color Harmonies of #CE2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2268

Black with #CE2268

Text Example


Text Example

White with #CE2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2268; }

 p { color: rgb(206,34,104); }

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

background-color css

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

 a { background-color: rgb(206,34,104); }

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

border-color css

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

 span { border-color: rgb(206,34,104); }

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