Html Css Color HEX #CE225E Cerise

📋 copy color: '#CE225E'

red 206 ◦ green 34 ◦ blue 94

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

Shades of Cerise #CE225E

Tints of Cerise #CE225E

RGB

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

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

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

R = 61.68%
G = 10.18%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE225E (or 0xCE225E) is known color: Cerise. HEX triplet: CE, 22 and 5E. RGB value is (206,34,94). Sum of RGB (Red+Green+Blue) = 206+34+94=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE225E is #31DDA1. Grayscale: #5C5C5C. Windows color (decimal): -3268002 or 6169294. OLE color: 6169294.

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

Color convert

RGB 206 34 94 -
CMYK 0 0.83 0.54 0.19
HSL 339.07º 0.72% 0.47% -
HSV(B) 339.07º 0.83% 0.81% -
XYZ 28.05 15.07 12.02 -
YUV 92.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 206 34 94 0 0.83 0.54 0.19 339.07 0.72 0.47
Hex CE 22 5E 0 53 36 13 153 48 2F
Octal 316 42 136 0 123 66 23 523 110 57
Binary 11001110 100010 1011110 0 1010011 110110 10011 101010011 1001000 101111

Color Harmonies of #CE225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE225E

Black with #CE225E

Text Example


Text Example

White with #CE225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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