Html Css Color HEX #CE025A Razzmatazz

📋 copy color: '#CE025A'

red 206 ◦ green 2 ◦ blue 90

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

Shades of Razzmatazz #CE025A

Tints of Razzmatazz #CE025A

RGB

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

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

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

R = 69.13%
G = 0.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE025A (or 0xCE025A) is known color: Razzmatazz. HEX triplet: CE, 02 and 5A. RGB value is (206,2,90). Sum of RGB (Red+Green+Blue) = 206+2+90=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE025A is #31FDA5. Grayscale: #484848. Windows color (decimal): -3276198 or 5898958. OLE color: 5898958.

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

Color convert

RGB 206 2 90 -
CMYK 0 0.99 0.56 0.19
HSL 334.12º 0.98% 0.41% -
HSV(B) 334.12º 0.99% 0.81% -
XYZ 27.32 13.9 10.92 -
YUV 73.03 137.59 222.84 -
System Red Green Blue C M Y K H S L
Decimal 206 2 90 0 0.99 0.56 0.19 334.12 0.98 0.41
Hex CE 2 5A 0 63 38 13 14E 62 29
Octal 316 2 132 0 143 70 23 516 142 51
Binary 11001110 10 1011010 0 1100011 111000 10011 101001110 1100010 101001

Color Harmonies of #CE025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE025A

Black with #CE025A

Text Example


Text Example

White with #CE025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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