Html Css Color HEX #CE255A Cerise

📋 copy color: '#CE255A'

red 206 ◦ green 37 ◦ blue 90

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

Shades of Cerise #CE255A

Tints of Cerise #CE255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 61.86%
G = 11.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE255A (or 0xCE255A) is known color: Cerise. HEX triplet: CE, 25 and 5A. RGB value is (206,37,90). Sum of RGB (Red+Green+Blue) = 206+37+90=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE255A is #31DAA5. Grayscale: #5D5D5D. Windows color (decimal): -3267238 or 5907918. OLE color: 5907918.

HSL color Cylindrical-coordinate representation of color #CE255A: hue angle of 341.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE255A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 90 -
CMYK 0 0.82 0.56 0.19
HSL 341.18º 0.7% 0.48% -
HSV(B) 341.18º 0.82% 0.81% -
XYZ 27.96 15.18 11.13 -
YUV 93.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 206 37 90 0 0.82 0.56 0.19 341.18 0.7 0.48
Hex CE 25 5A 0 52 38 13 155 46 30
Octal 316 45 132 0 122 70 23 525 106 60
Binary 11001110 100101 1011010 0 1010010 111000 10011 101010101 1000110 110000

Color Harmonies of #CE255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE255A

Black with #CE255A

Text Example


Text Example

White with #CE255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE255A; }

 p { color: rgb(206,37,90); }

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

background-color css

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

 a { background-color: rgb(206,37,90); }

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

border-color css

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

 span { border-color: rgb(206,37,90); }

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