Html Css Color HEX #E144B9 Razzle Dazzle Rose

📋 copy color: '#E144B9'

red 225 ◦ green 68 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E144B9

Tints of Razzle Dazzle Rose #E144B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 47.07%
G = 14.23%
B = 38.7%

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

#E144B9 (or 0xE144B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 44 and B9. RGB value is (225,68,185). Sum of RGB (Red+Green+Blue) = 225+68+185=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E144B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144B9 is #1EBB46. Grayscale: #7F7F7F. Windows color (decimal): -2014023 or 12141793. OLE color: 12141793.

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

Color convert

RGB 225 68 185 -
CMYK 0 0.70 0.18 0.12
HSL 315.29º 0.72% 0.57% -
HSV(B) 315.29º 0.7% 0.88% -
XYZ 41.88 23.64 48.26 -
YUV 128.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 225 68 185 0 0.70 0.18 0.12 315.29 0.72 0.57
Hex E1 44 B9 0 46 12 C 13B 48 39
Octal 341 104 271 0 106 22 14 473 110 71
Binary 11100001 1000100 10111001 0 1000110 10010 1100 100111011 1001000 111001

Color Harmonies of #E144B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144B9

Black with #E144B9

Text Example


Text Example

White with #E144B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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