Html Css Color HEX #E740C0 Razzle Dazzle Rose

📋 copy color: '#E740C0'

red 231 ◦ green 64 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E740C0

Tints of Razzle Dazzle Rose #E740C0

RGB

 RED value IS 231 (90.63% from 255) = 47.43%

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

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

R = 47.43%
G = 13.14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E740C0 (or 0xE740C0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and C0. RGB value is (231,64,192). Sum of RGB (Red+Green+Blue) = 231+64+192=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E740C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740C0 is #18BF3F. Grayscale: #808080. Windows color (decimal): -1621824 or 12599527. OLE color: 12599527.

HSL color Cylindrical-coordinate representation of color #E740C0: hue angle of 314.01º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740C0 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 192 -
CMYK 0 0.72 0.17 0.09
HSL 314.01º 0.78% 0.58% -
HSV(B) 314.01º 0.72% 0.91% -
XYZ 44.3 24.46 52.26 -
YUV 128.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 231 64 192 0 0.72 0.17 0.09 314.01 0.78 0.58
Hex E7 40 C0 0 48 11 9 13A 4E 3A
Octal 347 100 300 0 110 21 11 472 116 72
Binary 11100111 1000000 11000000 0 1001000 10001 1001 100111010 1001110 111010

Color Harmonies of #E740C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740C0

Black with #E740C0

Text Example


Text Example

White with #E740C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740C0; }

 p { color: rgb(231,64,192); }

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

background-color css

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

 a { background-color: rgb(231,64,192); }

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

border-color css

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

 span { border-color: rgb(231,64,192); }

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