Html Css Color HEX #E140B2 Razzle Dazzle Rose

📋 copy color: '#E140B2'

red 225 ◦ green 64 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E140B2

Tints of Razzle Dazzle Rose #E140B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 48.18%
G = 13.7%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E140B2 (or 0xE140B2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and B2. RGB value is (225,64,178). Sum of RGB (Red+Green+Blue) = 225+64+178=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E140B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140B2 is #1EBF4D. Grayscale: #7C7C7C. Windows color (decimal): -2015054 or 11682017. OLE color: 11682017.

HSL color Cylindrical-coordinate representation of color #E140B2: hue angle of 317.52º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140B2 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 178 -
CMYK 0 0.72 0.21 0.12
HSL 317.52º 0.73% 0.57% -
HSV(B) 317.52º 0.72% 0.88% -
XYZ 40.92 22.89 44.38 -
YUV 125.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 225 64 178 0 0.72 0.21 0.12 317.52 0.73 0.57
Hex E1 40 B2 0 48 15 C 13E 49 39
Octal 341 100 262 0 110 25 14 476 111 71
Binary 11100001 1000000 10110010 0 1001000 10101 1100 100111110 1001001 111001

Color Harmonies of #E140B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140B2

Black with #E140B2

Text Example


Text Example

White with #E140B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140B2; }

 p { color: rgb(225,64,178); }

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

background-color css

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

 a { background-color: rgb(225,64,178); }

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

border-color css

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

 span { border-color: rgb(225,64,178); }

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