Html Css Color HEX #E142B7 Razzle Dazzle Rose

📋 copy color: '#E142B7'

red 225 ◦ green 66 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E142B7

Tints of Razzle Dazzle Rose #E142B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 47.47%
G = 13.92%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E142B7 (or 0xE142B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 42 and B7. RGB value is (225,66,183). Sum of RGB (Red+Green+Blue) = 225+66+183=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E142B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142B7 is #1EBD48. Grayscale: #7E7E7E. Windows color (decimal): -2014537 or 12010209. OLE color: 12010209.

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

Color convert

RGB 225 66 183 -
CMYK 0 0.71 0.19 0.12
HSL 315.85º 0.73% 0.57% -
HSV(B) 315.85º 0.71% 0.88% -
XYZ 41.55 23.32 47.11 -
YUV 126.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 225 66 183 0 0.71 0.19 0.12 315.85 0.73 0.57
Hex E1 42 B7 0 47 13 C 13C 49 39
Octal 341 102 267 0 107 23 14 474 111 71
Binary 11100001 1000010 10110111 0 1000111 10011 1100 100111100 1001001 111001

Color Harmonies of #E142B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142B7

Black with #E142B7

Text Example


Text Example

White with #E142B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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