Html Css Color HEX #E143B8 Razzle Dazzle Rose

📋 copy color: '#E143B8'

red 225 ◦ green 67 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E143B8

Tints of Razzle Dazzle Rose #E143B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 47.27%
G = 14.08%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E143B8 (or 0xE143B8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 43 and B8. RGB value is (225,67,184). Sum of RGB (Red+Green+Blue) = 225+67+184=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E143B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143B8 is #1EBC47. Grayscale: #7F7F7F. Windows color (decimal): -2014280 or 12076001. OLE color: 12076001.

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

Color convert

RGB 225 67 184 -
CMYK 0 0.70 0.18 0.12
HSL 315.57º 0.72% 0.57% -
HSV(B) 315.57º 0.7% 0.88% -
XYZ 41.71 23.48 47.68 -
YUV 127.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 225 67 184 0 0.70 0.18 0.12 315.57 0.72 0.57
Hex E1 43 B8 0 46 12 C 13C 48 39
Octal 341 103 270 0 106 22 14 474 110 71
Binary 11100001 1000011 10111000 0 1000110 10010 1100 100111100 1001000 111001

Color Harmonies of #E143B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143B8

Black with #E143B8

Text Example


Text Example

White with #E143B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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