Html Css Color HEX #E122CD Razzle Dazzle Rose

📋 copy color: '#E122CD'

red 225 ◦ green 34 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E122CD

Tints of Razzle Dazzle Rose #E122CD

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

 GREEN value IS 34 (13.67% from 255) = 7.33%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 48.49%
G = 7.33%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E122CD (or 0xE122CD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and CD. RGB value is (225,34,205). Sum of RGB (Red+Green+Blue) = 225+34+205=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E122CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122CD is #1EDD32. Grayscale: #6E6E6E. Windows color (decimal): -2022707 or 13443809. OLE color: 13443809.

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

Color convert

RGB 225 34 205 -
CMYK 0 0.85 0.09 0.12
HSL 306.28º 0.76% 0.51% -
HSV(B) 306.28º 0.85% 0.88% -
XYZ 42.64 21.56 59.67 -
YUV 110.6 181.28 209.6 -
System Red Green Blue C M Y K H S L
Decimal 225 34 205 0 0.85 0.09 0.12 306.28 0.76 0.51
Hex E1 22 CD 0 55 9 C 132 4C 33
Octal 341 42 315 0 125 11 14 462 114 63
Binary 11100001 100010 11001101 0 1010101 1001 1100 100110010 1001100 110011

Color Harmonies of #E122CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122CD

Black with #E122CD

Text Example


Text Example

White with #E122CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122CD; }

 p { color: rgb(225,34,205); }

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

background-color css

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

 a { background-color: rgb(225,34,205); }

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

border-color css

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

 span { border-color: rgb(225,34,205); }

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