Html Css Color HEX #E334CC Razzle Dazzle Rose

📋 copy color: '#E334CC'

red 227 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E334CC

Tints of Razzle Dazzle Rose #E334CC

RGB

 RED value IS 227 (89.06% from 255) = 47%

 GREEN value IS 52 (20.7% from 255) = 10.77%

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

R = 47%
G = 10.77%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E334CC (or 0xE334CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and CC. RGB value is (227,52,204). Sum of RGB (Red+Green+Blue) = 227+52+204=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CC is #1CCB33. Grayscale: #797979. Windows color (decimal): -1887028 or 13382883. OLE color: 13382883.

HSL color Cylindrical-coordinate representation of color #E334CC: hue angle of 307.89º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334CC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 52 204 -
CMYK 0 0.77 0.10 0.11
HSL 307.89º 0.76% 0.55% -
HSV(B) 307.89º 0.77% 0.89% -
XYZ 43.81 23.15 59.29 -
YUV 121.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 227 52 204 0 0.77 0.10 0.11 307.89 0.76 0.55
Hex E3 34 CC 0 4D A B 134 4C 37
Octal 343 64 314 0 115 12 13 464 114 67
Binary 11100011 110100 11001100 0 1001101 1010 1011 100110100 1001100 110111

Color Harmonies of #E334CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334CC

Black with #E334CC

Text Example


Text Example

White with #E334CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334CC; }

 p { color: rgb(227,52,204); }

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

background-color css

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

 a { background-color: rgb(227,52,204); }

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

border-color css

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

 span { border-color: rgb(227,52,204); }

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