Html Css Color HEX #E740C9 Razzle Dazzle Rose

📋 copy color: '#E740C9'

red 231 ◦ green 64 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E740C9

Tints of Razzle Dazzle Rose #E740C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 46.57%
G = 12.9%
B = 40.52%

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

#E740C9 (or 0xE740C9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and C9. RGB value is (231,64,201). Sum of RGB (Red+Green+Blue) = 231+64+201=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E740C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740C9 is #18BF36. Grayscale: #818181. Windows color (decimal): -1621815 or 13189351. OLE color: 13189351.

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

Color convert

RGB 231 64 201 -
CMYK 0 0.72 0.13 0.09
HSL 310.78º 0.78% 0.58% -
HSV(B) 310.78º 0.72% 0.91% -
XYZ 45.33 24.87 57.67 -
YUV 129.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 231 64 201 0 0.72 0.13 0.09 310.78 0.78 0.58
Hex E7 40 C9 0 48 D 9 137 4E 3A
Octal 347 100 311 0 110 15 11 467 116 72
Binary 11100111 1000000 11001001 0 1001000 1101 1001 100110111 1001110 111010

Color Harmonies of #E740C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740C9

Black with #E740C9

Text Example


Text Example

White with #E740C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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