Html Css Color HEX #E326C0 Razzle Dazzle Rose

📋 copy color: '#E326C0'

red 227 ◦ green 38 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E326C0

Tints of Razzle Dazzle Rose #E326C0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.32%

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 49.67%
G = 8.32%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E326C0 (or 0xE326C0) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and C0. RGB value is (227,38,192). Sum of RGB (Red+Green+Blue) = 227+38+192=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E326C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326C0 is #1CD93F. Grayscale: #6F6F6F. Windows color (decimal): -1890624 or 12592867. OLE color: 12592867.

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

Color convert

RGB 227 38 192 -
CMYK 0 0.83 0.15 0.11
HSL 311.11º 0.77% 0.52% -
HSV(B) 311.11º 0.83% 0.89% -
XYZ 41.89 21.52 51.82 -
YUV 112.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 227 38 192 0 0.83 0.15 0.11 311.11 0.77 0.52
Hex E3 26 C0 0 53 F B 137 4D 34
Octal 343 46 300 0 123 17 13 467 115 64
Binary 11100011 100110 11000000 0 1010011 1111 1011 100110111 1001101 110100

Color Harmonies of #E326C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326C0

Black with #E326C0

Text Example


Text Example

White with #E326C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326C0; }

 p { color: rgb(227,38,192); }

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

background-color css

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

 a { background-color: rgb(227,38,192); }

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

border-color css

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

 span { border-color: rgb(227,38,192); }

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