Html Css Color HEX #CE015A Razzmatazz

📋 copy color: '#CE015A'

red 206 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #CE015A

Tints of Razzmatazz #CE015A

RGB

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

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

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

R = 69.36%
G = 0.34%
B = 30.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE015A (or 0xCE015A) is known color: Razzmatazz. HEX triplet: CE, 01 and 5A. RGB value is (206,1,90). Sum of RGB (Red+Green+Blue) = 206+1+90=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE015A is #31FEA5. Grayscale: #484848. Windows color (decimal): -3276454 or 5898702. OLE color: 5898702.

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

Color convert

RGB 206 1 90 -
CMYK 0 1.00 0.56 0.19
HSL 333.95º 0.99% 0.41% -
HSV(B) 333.95º 1% 0.81% -
XYZ 27.31 13.88 10.91 -
YUV 72.44 137.92 223.26 -
System Red Green Blue C M Y K H S L
Decimal 206 1 90 0 1.00 0.56 0.19 333.95 0.99 0.41
Hex CE 1 5A 0 64 38 13 14E 63 29
Octal 316 1 132 0 144 70 23 516 143 51
Binary 11001110 1 1011010 0 1100100 111000 10011 101001110 1100011 101001

Color Harmonies of #CE015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE015A

Black with #CE015A

Text Example


Text Example

White with #CE015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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