Html Css Color HEX #E142BA Razzle Dazzle Rose

📋 copy color: '#E142BA'

red 225 ◦ green 66 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E142BA

Tints of Razzle Dazzle Rose #E142BA

RGB

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

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

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

R = 47.17%
G = 13.84%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E142BA (or 0xE142BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 42 and BA. RGB value is (225,66,186). Sum of RGB (Red+Green+Blue) = 225+66+186=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E142BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142BA is #1EBD45. Grayscale: #7E7E7E. Windows color (decimal): -2014534 or 12206817. OLE color: 12206817.

HSL color Cylindrical-coordinate representation of color #E142BA: hue angle of 314.72º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E142BA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 186 -
CMYK 0 0.71 0.17 0.12
HSL 314.72º 0.73% 0.57% -
HSV(B) 314.72º 0.71% 0.88% -
XYZ 41.86 23.45 48.77 -
YUV 127.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 225 66 186 0 0.71 0.17 0.12 314.72 0.73 0.57
Hex E1 42 BA 0 47 11 C 13B 49 39
Octal 341 102 272 0 107 21 14 473 111 71
Binary 11100001 1000010 10111010 0 1000111 10001 1100 100111011 1001001 111001

Color Harmonies of #E142BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142BA

Black with #E142BA

Text Example


Text Example

White with #E142BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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