Html Css Color HEX #E033CD Razzle Dazzle Rose

📋 copy color: '#E033CD'

red 224 ◦ green 51 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E033CD

Tints of Razzle Dazzle Rose #E033CD

RGB

 RED value IS 224 (87.89% from 255) = 46.67%

 GREEN value IS 51 (20.31% from 255) = 10.63%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 46.67%
G = 10.63%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E033CD (or 0xE033CD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 33 and CD. RGB value is (224,51,205). Sum of RGB (Red+Green+Blue) = 224+51+205=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E033CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033CD is #1FCC32. Grayscale: #777777. Windows color (decimal): -2083891 or 13448160. OLE color: 13448160.

HSL color Cylindrical-coordinate representation of color #E033CD: hue angle of 306.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033CD is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 205 -
CMYK 0 0.77 0.08 0.12
HSL 306.59º 0.74% 0.54% -
HSV(B) 306.59º 0.77% 0.88% -
XYZ 42.94 22.62 59.86 -
YUV 120.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 224 51 205 0 0.77 0.08 0.12 306.59 0.74 0.54
Hex E0 33 CD 0 4D 8 C 133 4A 36
Octal 340 63 315 0 115 10 14 463 112 66
Binary 11100000 110011 11001101 0 1001101 1000 1100 100110011 1001010 110110

Color Harmonies of #E033CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033CD

Black with #E033CD

Text Example


Text Example

White with #E033CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033CD; }

 p { color: rgb(224,51,205); }

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

background-color css

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

 a { background-color: rgb(224,51,205); }

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

border-color css

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

 span { border-color: rgb(224,51,205); }

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