Html Css Color HEX #E442BA Razzle Dazzle Rose

📋 copy color: '#E442BA'

red 228 ◦ green 66 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E442BA

Tints of Razzle Dazzle Rose #E442BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.75%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 47.5%
G = 13.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E442BA (or 0xE442BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 42 and BA. RGB value is (228,66,186). Sum of RGB (Red+Green+Blue) = 228+66+186=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E442BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E442BA is #1BBD45. Grayscale: #7F7F7F. Windows color (decimal): -1817926 or 12206820. OLE color: 12206820.

HSL color Cylindrical-coordinate representation of color #E442BA: hue angle of 315.56º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442BA is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 66 186 -
CMYK 0 0.71 0.18 0.11
HSL 315.56º 0.75% 0.58% -
HSV(B) 315.56º 0.71% 0.89% -
XYZ 42.81 23.94 48.82 -
YUV 128.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 228 66 186 0 0.71 0.18 0.11 315.56 0.75 0.58
Hex E4 42 BA 0 47 12 B 13C 4B 3A
Octal 344 102 272 0 107 22 13 474 113 72
Binary 11100100 1000010 10111010 0 1000111 10010 1011 100111100 1001011 111010

Color Harmonies of #E442BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E442BA

Black with #E442BA

Text Example


Text Example

White with #E442BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E442BA; }

 p { color: rgb(228,66,186); }

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

background-color css

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

 a { background-color: rgb(228,66,186); }

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

border-color css

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

 span { border-color: rgb(228,66,186); }

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