Html Css Color HEX #EA48C0 Razzle Dazzle Rose

📋 copy color: '#EA48C0'

red 234 ◦ green 72 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EA48C0

Tints of Razzle Dazzle Rose #EA48C0

RGB

 RED value IS 234 (91.8% from 255) = 46.99%

 GREEN value IS 72 (28.52% from 255) = 14.46%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 46.99%
G = 14.46%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA48C0 (or 0xEA48C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 48 and C0. RGB value is (234,72,192). Sum of RGB (Red+Green+Blue) = 234+72+192=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48C0 is #15B73F. Grayscale: #858585. Windows color (decimal): -1423168 or 12601578. OLE color: 12601578.

HSL color Cylindrical-coordinate representation of color #EA48C0: hue angle of 315.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48C0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 192 -
CMYK 0 0.69 0.18 0.08
HSL 315.56º 0.79% 0.6% -
HSV(B) 315.56º 0.69% 0.92% -
XYZ 45.76 25.93 52.46 -
YUV 134.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 234 72 192 0 0.69 0.18 0.08 315.56 0.79 0.6
Hex EA 48 C0 0 45 12 8 13C 4F 3C
Octal 352 110 300 0 105 22 10 474 117 74
Binary 11101010 1001000 11000000 0 1000101 10010 1000 100111100 1001111 111100

Color Harmonies of #EA48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48C0

Black with #EA48C0

Text Example


Text Example

White with #EA48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48C0; }

 p { color: rgb(234,72,192); }

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

background-color css

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

 a { background-color: rgb(234,72,192); }

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

border-color css

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

 span { border-color: rgb(234,72,192); }

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