Html Css Color HEX #E142C0 Razzle Dazzle Rose

📋 copy color: '#E142C0'

red 225 ◦ green 66 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E142C0

Tints of Razzle Dazzle Rose #E142C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 46.58%
G = 13.66%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E142C0 (or 0xE142C0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 42 and C0. RGB value is (225,66,192). Sum of RGB (Red+Green+Blue) = 225+66+192=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E142C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142C0 is #1EBD3F. Grayscale: #7F7F7F. Windows color (decimal): -2014528 or 12600033. OLE color: 12600033.

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

Color convert

RGB 225 66 192 -
CMYK 0 0.71 0.15 0.12
HSL 312.45º 0.73% 0.57% -
HSV(B) 312.45º 0.71% 0.88% -
XYZ 42.51 23.71 52.2 -
YUV 127.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 225 66 192 0 0.71 0.15 0.12 312.45 0.73 0.57
Hex E1 42 C0 0 47 F C 138 49 39
Octal 341 102 300 0 107 17 14 470 111 71
Binary 11100001 1000010 11000000 0 1000111 1111 1100 100111000 1001001 111001

Color Harmonies of #E142C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142C0

Black with #E142C0

Text Example


Text Example

White with #E142C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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