Html Css Color HEX #E740C8 Razzle Dazzle Rose

📋 copy color: '#E740C8'

red 231 ◦ green 64 ◦ blue 200

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

Shades of Razzle Dazzle Rose #E740C8

Tints of Razzle Dazzle Rose #E740C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 46.67%
G = 12.93%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E740C8 (or 0xE740C8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and C8. RGB value is (231,64,200). Sum of RGB (Red+Green+Blue) = 231+64+200=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E740C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740C8 is #18BF37. Grayscale: #818181. Windows color (decimal): -1621816 or 13123815. OLE color: 13123815.

HSL color Cylindrical-coordinate representation of color #E740C8: hue angle of 311.14º 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 #E740C8 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 200 -
CMYK 0 0.72 0.13 0.09
HSL 311.14º 0.78% 0.58% -
HSV(B) 311.14º 0.72% 0.91% -
XYZ 45.21 24.83 57.05 -
YUV 129.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 231 64 200 0 0.72 0.13 0.09 311.14 0.78 0.58
Hex E7 40 C8 0 48 D 9 137 4E 3A
Octal 347 100 310 0 110 15 11 467 116 72
Binary 11100111 1000000 11001000 0 1001000 1101 1001 100110111 1001110 111010

Color Harmonies of #E740C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740C8

Black with #E740C8

Text Example


Text Example

White with #E740C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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