Html Css Color HEX #CE014E Razzmatazz

📋 copy color: '#CE014E'

red 206 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #CE014E

Tints of Razzmatazz #CE014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 72.28%
G = 0.35%
B = 27.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE014E (or 0xCE014E) is known color: Razzmatazz. HEX triplet: CE, 01 and 4E. RGB value is (206,1,78). Sum of RGB (Red+Green+Blue) = 206+1+78=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE014E is #31FEB1. Grayscale: #464646. Windows color (decimal): -3276466 or 5112270. OLE color: 5112270.

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

Color convert

RGB 206 1 78 -
CMYK 0 1.00 0.62 0.19
HSL 337.46º 0.99% 0.41% -
HSV(B) 337.46º 1% 0.81% -
XYZ 26.84 13.69 8.44 -
YUV 71.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 206 1 78 0 1.00 0.62 0.19 337.46 0.99 0.41
Hex CE 1 4E 0 64 3E 13 151 63 29
Octal 316 1 116 0 144 76 23 521 143 51
Binary 11001110 1 1001110 0 1100100 111110 10011 101010001 1100011 101001

Color Harmonies of #CE014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE014E

Black with #CE014E

Text Example


Text Example

White with #CE014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE014E; }

 p { color: rgb(206,1,78); }

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

background-color css

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

 a { background-color: rgb(206,1,78); }

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

border-color css

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

 span { border-color: rgb(206,1,78); }

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