Html Css Color HEX #E334C1 Razzle Dazzle Rose

📋 copy color: '#E334C1'

red 227 ◦ green 52 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E334C1

Tints of Razzle Dazzle Rose #E334C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 48.09%
G = 11.02%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E334C1 (or 0xE334C1) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and C1. RGB value is (227,52,193). Sum of RGB (Red+Green+Blue) = 227+52+193=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E334C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334C1 is #1CCB3E. Grayscale: #787878. Windows color (decimal): -1887039 or 12661987. OLE color: 12661987.

HSL color Cylindrical-coordinate representation of color #E334C1: hue angle of 311.66º 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 #E334C1 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 52 193 -
CMYK 0 0.77 0.15 0.11
HSL 311.66º 0.76% 0.55% -
HSV(B) 311.66º 0.77% 0.89% -
XYZ 42.53 22.64 52.58 -
YUV 120.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 227 52 193 0 0.77 0.15 0.11 311.66 0.76 0.55
Hex E3 34 C1 0 4D F B 138 4C 37
Octal 343 64 301 0 115 17 13 470 114 67
Binary 11100011 110100 11000001 0 1001101 1111 1011 100111000 1001100 110111

Color Harmonies of #E334C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334C1

Black with #E334C1

Text Example


Text Example

White with #E334C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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