Html Css Color HEX #E144BB Razzle Dazzle Rose

📋 copy color: '#E144BB'

red 225 ◦ green 68 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E144BB

Tints of Razzle Dazzle Rose #E144BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.17%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 46.88%
G = 14.17%
B = 38.96%

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

#E144BB (or 0xE144BB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 44 and BB. RGB value is (225,68,187). Sum of RGB (Red+Green+Blue) = 225+68+187=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E144BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144BB is #1EBB44. Grayscale: #808080. Windows color (decimal): -2014021 or 12272865. OLE color: 12272865.

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

Color convert

RGB 225 68 187 -
CMYK 0 0.70 0.17 0.12
HSL 314.52º 0.72% 0.57% -
HSV(B) 314.52º 0.7% 0.88% -
XYZ 42.09 23.73 49.38 -
YUV 128.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 225 68 187 0 0.70 0.17 0.12 314.52 0.72 0.57
Hex E1 44 BB 0 46 11 C 13B 48 39
Octal 341 104 273 0 106 21 14 473 110 71
Binary 11100001 1000100 10111011 0 1000110 10001 1100 100111011 1001000 111001

Color Harmonies of #E144BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144BB

Black with #E144BB

Text Example


Text Example

White with #E144BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144BB; }

 p { color: rgb(225,68,187); }

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

background-color css

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

 a { background-color: rgb(225,68,187); }

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

border-color css

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

 span { border-color: rgb(225,68,187); }

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