Html Css Color HEX #E142B2 Razzle Dazzle Rose

📋 copy color: '#E142B2'

red 225 ◦ green 66 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E142B2

Tints of Razzle Dazzle Rose #E142B2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.07%

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

R = 47.97%
G = 14.07%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E142B2 (or 0xE142B2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 42 and B2. RGB value is (225,66,178). Sum of RGB (Red+Green+Blue) = 225+66+178=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E142B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142B2 is #1EBD4D. Grayscale: #7E7E7E. Windows color (decimal): -2014542 or 11682529. OLE color: 11682529.

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

Color convert

RGB 225 66 178 -
CMYK 0 0.71 0.21 0.12
HSL 317.74º 0.73% 0.57% -
HSV(B) 317.74º 0.71% 0.88% -
XYZ 41.04 23.12 44.42 -
YUV 126.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 225 66 178 0 0.71 0.21 0.12 317.74 0.73 0.57
Hex E1 42 B2 0 47 15 C 13E 49 39
Octal 341 102 262 0 107 25 14 476 111 71
Binary 11100001 1000010 10110010 0 1000111 10101 1100 100111110 1001001 111001

Color Harmonies of #E142B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142B2

Black with #E142B2

Text Example


Text Example

White with #E142B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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