Html Css Color HEX #E144B4 Razzle Dazzle Rose

📋 copy color: '#E144B4'

red 225 ◦ green 68 ◦ blue 180

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

Shades of Razzle Dazzle Rose #E144B4

Tints of Razzle Dazzle Rose #E144B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 47.57%
G = 14.38%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E144B4 (or 0xE144B4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 44 and B4. RGB value is (225,68,180). Sum of RGB (Red+Green+Blue) = 225+68+180=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E144B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144B4 is #1EBB4B. Grayscale: #7F7F7F. Windows color (decimal): -2014028 or 11814113. OLE color: 11814113.

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

Color convert

RGB 225 68 180 -
CMYK 0 0.70 0.2 0.12
HSL 317.2º 0.72% 0.57% -
HSV(B) 317.2º 0.7% 0.88% -
XYZ 41.36 23.44 45.52 -
YUV 127.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 225 68 180 0 0.70 0.2 0.12 317.2 0.72 0.57
Hex E1 44 B4 0 46 14 C 13D 48 39
Octal 341 104 264 0 106 24 14 475 110 71
Binary 11100001 1000100 10110100 0 1000110 10100 1100 100111101 1001000 111001

Color Harmonies of #E144B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144B4

Black with #E144B4

Text Example


Text Example

White with #E144B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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