Html Css Color HEX #E124C4 Razzle Dazzle Rose

📋 copy color: '#E124C4'

red 225 ◦ green 36 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E124C4

Tints of Razzle Dazzle Rose #E124C4

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.88%

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 49.23%
G = 7.88%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E124C4 (or 0xE124C4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and C4. RGB value is (225,36,196). Sum of RGB (Red+Green+Blue) = 225+36+196=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E124C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124C4 is #1EDB3B. Grayscale: #6E6E6E. Windows color (decimal): -2022204 or 12854497. OLE color: 12854497.

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

Color convert

RGB 225 36 196 -
CMYK 0 0.84 0.13 0.12
HSL 309.21º 0.76% 0.51% -
HSV(B) 309.21º 0.84% 0.88% -
XYZ 41.65 21.25 54.13 -
YUV 110.75 176.12 209.49 -
System Red Green Blue C M Y K H S L
Decimal 225 36 196 0 0.84 0.13 0.12 309.21 0.76 0.51
Hex E1 24 C4 0 54 D C 135 4C 33
Octal 341 44 304 0 124 15 14 465 114 63
Binary 11100001 100100 11000100 0 1010100 1101 1100 100110101 1001100 110011

Color Harmonies of #E124C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124C4

Black with #E124C4

Text Example


Text Example

White with #E124C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124C4; }

 p { color: rgb(225,36,196); }

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

background-color css

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

 a { background-color: rgb(225,36,196); }

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

border-color css

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

 span { border-color: rgb(225,36,196); }

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