Html Css Color HEX #E124C7 Razzle Dazzle Rose

📋 copy color: '#E124C7'

red 225 ◦ green 36 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E124C7

Tints of Razzle Dazzle Rose #E124C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 48.91%
G = 7.83%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E124C7 (or 0xE124C7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and C7. RGB value is (225,36,199). Sum of RGB (Red+Green+Blue) = 225+36+199=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E124C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124C7 is #1EDB38. Grayscale: #6E6E6E. Windows color (decimal): -2022201 or 13051105. OLE color: 13051105.

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

Color convert

RGB 225 36 199 -
CMYK 0 0.84 0.12 0.12
HSL 308.25º 0.76% 0.51% -
HSV(B) 308.25º 0.84% 0.88% -
XYZ 41.99 21.39 55.95 -
YUV 111.09 177.62 209.25 -
System Red Green Blue C M Y K H S L
Decimal 225 36 199 0 0.84 0.12 0.12 308.25 0.76 0.51
Hex E1 24 C7 0 54 C C 134 4C 33
Octal 341 44 307 0 124 14 14 464 114 63
Binary 11100001 100100 11000111 0 1010100 1100 1100 100110100 1001100 110011

Color Harmonies of #E124C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124C7

Black with #E124C7

Text Example


Text Example

White with #E124C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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