Html Css Color HEX #E123CD Razzle Dazzle Rose

📋 copy color: '#E123CD'

red 225 ◦ green 35 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E123CD

Tints of Razzle Dazzle Rose #E123CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.53%

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

R = 48.39%
G = 7.53%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E123CD (or 0xE123CD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and CD. RGB value is (225,35,205). Sum of RGB (Red+Green+Blue) = 225+35+205=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E123CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123CD is #1EDC32. Grayscale: #6E6E6E. Windows color (decimal): -2022451 or 13444065. OLE color: 13444065.

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

Color convert

RGB 225 35 205 -
CMYK 0 0.84 0.09 0.12
HSL 306.32º 0.76% 0.51% -
HSV(B) 306.32º 0.84% 0.88% -
XYZ 42.67 21.62 59.68 -
YUV 111.19 180.95 209.18 -
System Red Green Blue C M Y K H S L
Decimal 225 35 205 0 0.84 0.09 0.12 306.32 0.76 0.51
Hex E1 23 CD 0 54 9 C 132 4C 33
Octal 341 43 315 0 124 11 14 462 114 63
Binary 11100001 100011 11001101 0 1010100 1001 1100 100110010 1001100 110011

Color Harmonies of #E123CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123CD

Black with #E123CD

Text Example


Text Example

White with #E123CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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