Html Css Color HEX #CE215A Cerise

📋 copy color: '#CE215A'

red 206 ◦ green 33 ◦ blue 90

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

Shades of Cerise #CE215A

Tints of Cerise #CE215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

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

R = 62.61%
G = 10.03%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE215A (or 0xCE215A) is known color: Cerise. HEX triplet: CE, 21 and 5A. RGB value is (206,33,90). Sum of RGB (Red+Green+Blue) = 206+33+90=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215A is #31DEA5. Grayscale: #5B5B5B. Windows color (decimal): -3268262 or 5906894. OLE color: 5906894.

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

Color convert

RGB 206 33 90 -
CMYK 0 0.84 0.56 0.19
HSL 340.23º 0.72% 0.47% -
HSV(B) 340.23º 0.84% 0.81% -
XYZ 27.84 14.95 11.09 -
YUV 91.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 206 33 90 0 0.84 0.56 0.19 340.23 0.72 0.47
Hex CE 21 5A 0 54 38 13 154 48 2F
Octal 316 41 132 0 124 70 23 524 110 57
Binary 11001110 100001 1011010 0 1010100 111000 10011 101010100 1001000 101111

Color Harmonies of #CE215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE215A

Black with #CE215A

Text Example


Text Example

White with #CE215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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