Html Css Color HEX #E143BA Razzle Dazzle Rose

📋 copy color: '#E143BA'

red 225 ◦ green 67 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E143BA

Tints of Razzle Dazzle Rose #E143BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

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

R = 47.07%
G = 14.02%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E143BA (or 0xE143BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 43 and BA. RGB value is (225,67,186). Sum of RGB (Red+Green+Blue) = 225+67+186=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E143BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143BA is #1EBC45. Grayscale: #7F7F7F. Windows color (decimal): -2014278 or 12207073. OLE color: 12207073.

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

Color convert

RGB 225 67 186 -
CMYK 0 0.70 0.17 0.12
HSL 314.81º 0.72% 0.57% -
HSV(B) 314.81º 0.7% 0.88% -
XYZ 41.92 23.57 48.79 -
YUV 127.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 225 67 186 0 0.70 0.17 0.12 314.81 0.72 0.57
Hex E1 43 BA 0 46 11 C 13B 48 39
Octal 341 103 272 0 106 21 14 473 110 71
Binary 11100001 1000011 10111010 0 1000110 10001 1100 100111011 1001000 111001

Color Harmonies of #E143BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143BA

Black with #E143BA

Text Example


Text Example

White with #E143BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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