Html Css Color HEX #E123C9 Razzle Dazzle Rose

📋 copy color: '#E123C9'

red 225 ◦ green 35 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E123C9

Tints of Razzle Dazzle Rose #E123C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 48.81%
G = 7.59%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E123C9 (or 0xE123C9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and C9. RGB value is (225,35,201). Sum of RGB (Red+Green+Blue) = 225+35+201=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E123C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123C9 is #1EDC36. Grayscale: #6E6E6E. Windows color (decimal): -2022455 or 13181921. OLE color: 13181921.

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

Color convert

RGB 225 35 201 -
CMYK 0 0.84 0.11 0.12
HSL 307.58º 0.76% 0.51% -
HSV(B) 307.58º 0.84% 0.88% -
XYZ 42.19 21.43 57.17 -
YUV 110.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 225 35 201 0 0.84 0.11 0.12 307.58 0.76 0.51
Hex E1 23 C9 0 54 B C 134 4C 33
Octal 341 43 311 0 124 13 14 464 114 63
Binary 11100001 100011 11001001 0 1010100 1011 1100 100110100 1001100 110011

Color Harmonies of #E123C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123C9

Black with #E123C9

Text Example


Text Example

White with #E123C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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