Html Css Color HEX #E038CC Razzle Dazzle Rose

📋 copy color: '#E038CC'

red 224 ◦ green 56 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E038CC

Tints of Razzle Dazzle Rose #E038CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 46.28%
G = 11.57%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E038CC (or 0xE038CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 38 and CC. RGB value is (224,56,204). Sum of RGB (Red+Green+Blue) = 224+56+204=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E038CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038CC is #1FC733. Grayscale: #7A7A7A. Windows color (decimal): -2082612 or 13383904. OLE color: 13383904.

HSL color Cylindrical-coordinate representation of color #E038CC: hue angle of 307.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E038CC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 204 -
CMYK 0 0.75 0.09 0.12
HSL 307.14º 0.73% 0.55% -
HSV(B) 307.14º 0.75% 0.88% -
XYZ 43.05 23.04 59.3 -
YUV 123.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 224 56 204 0 0.75 0.09 0.12 307.14 0.73 0.55
Hex E0 38 CC 0 4B 9 C 133 49 37
Octal 340 70 314 0 113 11 14 463 111 67
Binary 11100000 111000 11001100 0 1001011 1001 1100 100110011 1001001 110111

Color Harmonies of #E038CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038CC

Black with #E038CC

Text Example


Text Example

White with #E038CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038CC; }

 p { color: rgb(224,56,204); }

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

background-color css

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

 a { background-color: rgb(224,56,204); }

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

border-color css

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

 span { border-color: rgb(224,56,204); }

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