Html Css Color HEX #CE226F Cerise

📋 copy color: '#CE226F'

red 206 ◦ green 34 ◦ blue 111

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

Shades of Cerise #CE226F

Tints of Cerise #CE226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 58.69%
G = 9.69%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE226F (or 0xCE226F) is known color: Cerise. HEX triplet: CE, 22 and 6F. RGB value is (206,34,111). Sum of RGB (Red+Green+Blue) = 206+34+111=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE226F is #31DD90. Grayscale: #5E5E5E. Windows color (decimal): -3267985 or 7283406. OLE color: 7283406.

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

Color convert

RGB 206 34 111 -
CMYK 0 0.83 0.46 0.19
HSL 333.14º 0.72% 0.47% -
HSV(B) 333.14º 0.83% 0.81% -
XYZ 28.89 15.41 16.49 -
YUV 94.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 206 34 111 0 0.83 0.46 0.19 333.14 0.72 0.47
Hex CE 22 6F 0 53 2E 13 14D 48 2F
Octal 316 42 157 0 123 56 23 515 110 57
Binary 11001110 100010 1101111 0 1010011 101110 10011 101001101 1001000 101111

Color Harmonies of #CE226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE226F

Black with #CE226F

Text Example


Text Example

White with #CE226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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