Html Css Color HEX #E325CC Razzle Dazzle Rose

📋 copy color: '#E325CC'

red 227 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E325CC

Tints of Razzle Dazzle Rose #E325CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.91%

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

R = 48.5%
G = 7.91%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E325CC (or 0xE325CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and CC. RGB value is (227,37,204). Sum of RGB (Red+Green+Blue) = 227+37+204=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E325CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325CC is #1CDA33. Grayscale: #707070. Windows color (decimal): -1890868 or 13379043. OLE color: 13379043.

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

Color convert

RGB 227 37 204 -
CMYK 0 0.84 0.10 0.11
HSL 307.26º 0.77% 0.52% -
HSV(B) 307.26º 0.84% 0.89% -
XYZ 43.24 22.01 59.1 -
YUV 112.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 227 37 204 0 0.84 0.10 0.11 307.26 0.77 0.52
Hex E3 25 CC 0 54 A B 133 4D 34
Octal 343 45 314 0 124 12 13 463 115 64
Binary 11100011 100101 11001100 0 1010100 1010 1011 100110011 1001101 110100

Color Harmonies of #E325CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325CC

Black with #E325CC

Text Example


Text Example

White with #E325CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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