Html Css Color HEX #E143BE Razzle Dazzle Rose

📋 copy color: '#E143BE'

red 225 ◦ green 67 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E143BE

Tints of Razzle Dazzle Rose #E143BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 46.68%
G = 13.9%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E143BE (or 0xE143BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 43 and BE. RGB value is (225,67,190). Sum of RGB (Red+Green+Blue) = 225+67+190=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E143BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143BE is #1EBC41. Grayscale: #7F7F7F. Windows color (decimal): -2014274 or 12469217. OLE color: 12469217.

HSL color Cylindrical-coordinate representation of color #E143BE: hue angle of 313.29º 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 #E143BE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 190 -
CMYK 0 0.70 0.16 0.12
HSL 313.29º 0.72% 0.57% -
HSV(B) 313.29º 0.7% 0.88% -
XYZ 42.35 23.74 51.07 -
YUV 128.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 225 67 190 0 0.70 0.16 0.12 313.29 0.72 0.57
Hex E1 43 BE 0 46 10 C 139 48 39
Octal 341 103 276 0 106 20 14 471 110 71
Binary 11100001 1000011 10111110 0 1000110 10000 1100 100111001 1001000 111001

Color Harmonies of #E143BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143BE

Black with #E143BE

Text Example


Text Example

White with #E143BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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