Html Css Color HEX #CE02A5 Hollywood Cerise

📋 copy color: '#CE02A5'

red 206 ◦ green 2 ◦ blue 165

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

Shades of Hollywood Cerise #CE02A5

Tints of Hollywood Cerise #CE02A5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 55.23%
G = 0.54%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE02A5 (or 0xCE02A5) is known color: Hollywood Cerise. HEX triplet: CE, 02 and A5. RGB value is (206,2,165). Sum of RGB (Red+Green+Blue) = 206+2+165=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02A5 is #31FD5A. Grayscale: #515151. Windows color (decimal): -3276123 or 10814158. OLE color: 10814158.

HSL color Cylindrical-coordinate representation of color #CE02A5: hue angle of 312.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 165 -
CMYK 0 0.99 0.20 0.19
HSL 312.06º 0.98% 0.41% -
HSV(B) 312.06º 0.99% 0.81% -
XYZ 32.27 15.88 36.96 -
YUV 81.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 206 2 165 0 0.99 0.20 0.19 312.06 0.98 0.41
Hex CE 2 A5 0 63 14 13 138 62 29
Octal 316 2 245 0 143 24 23 470 142 51
Binary 11001110 10 10100101 0 1100011 10100 10011 100111000 1100010 101001

Color Harmonies of #CE02A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02A5

Black with #CE02A5

Text Example


Text Example

White with #CE02A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02A5; }

 p { color: rgb(206,2,165); }

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

background-color css

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

 a { background-color: rgb(206,2,165); }

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

border-color css

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

 span { border-color: rgb(206,2,165); }

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