Html Css Color HEX #E42AC1 Razzle Dazzle Rose

📋 copy color: '#E42AC1'

red 228 ◦ green 42 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E42AC1

Tints of Razzle Dazzle Rose #E42AC1

RGB

 RED value IS 228 (89.45% from 255) = 49.24%

 GREEN value IS 42 (16.8% from 255) = 9.07%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 49.24%
G = 9.07%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E42AC1 (or 0xE42AC1) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and C1. RGB value is (228,42,193). Sum of RGB (Red+Green+Blue) = 228+42+193=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42AC1 is #1BD53E. Grayscale: #727272. Windows color (decimal): -1824063 or 12659428. OLE color: 12659428.

HSL color Cylindrical-coordinate representation of color #E42AC1: hue angle of 311.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42AC1 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 193 -
CMYK 0 0.82 0.15 0.11
HSL 311.29º 0.78% 0.53% -
HSV(B) 311.29º 0.82% 0.89% -
XYZ 42.45 22 52.46 -
YUV 114.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 228 42 193 0 0.82 0.15 0.11 311.29 0.78 0.53
Hex E4 2A C1 0 52 F B 137 4E 35
Octal 344 52 301 0 122 17 13 467 116 65
Binary 11100100 101010 11000001 0 1010010 1111 1011 100110111 1001110 110101

Color Harmonies of #E42AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AC1

Black with #E42AC1

Text Example


Text Example

White with #E42AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AC1; }

 p { color: rgb(228,42,193); }

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

background-color css

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

 a { background-color: rgb(228,42,193); }

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

border-color css

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

 span { border-color: rgb(228,42,193); }

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