Html Css Color HEX #CE226E Cerise

📋 copy color: '#CE226E'

red 206 ◦ green 34 ◦ blue 110

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

Shades of Cerise #CE226E

Tints of Cerise #CE226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 58.86%
G = 9.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE226E (or 0xCE226E) is known color: Cerise. HEX triplet: CE, 22 and 6E. RGB value is (206,34,110). Sum of RGB (Red+Green+Blue) = 206+34+110=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE226E is #31DD91. Grayscale: #5D5D5D. Windows color (decimal): -3267986 or 7217870. OLE color: 7217870.

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

Color convert

RGB 206 34 110 -
CMYK 0 0.83 0.47 0.19
HSL 333.49º 0.72% 0.47% -
HSV(B) 333.49º 0.83% 0.81% -
XYZ 28.84 15.39 16.2 -
YUV 94.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 206 34 110 0 0.83 0.47 0.19 333.49 0.72 0.47
Hex CE 22 6E 0 53 2F 13 14D 48 2F
Octal 316 42 156 0 123 57 23 515 110 57
Binary 11001110 100010 1101110 0 1010011 101111 10011 101001101 1001000 101111

Color Harmonies of #CE226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE226E

Black with #CE226E

Text Example


Text Example

White with #CE226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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