Html Css Color HEX #E740CD Razzle Dazzle Rose

📋 copy color: '#E740CD'

red 231 ◦ green 64 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E740CD

Tints of Razzle Dazzle Rose #E740CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 46.2%
G = 12.8%
B = 41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E740CD (or 0xE740CD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and CD. RGB value is (231,64,205). Sum of RGB (Red+Green+Blue) = 231+64+205=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CD is #18BF32. Grayscale: #818181. Windows color (decimal): -1621811 or 13451495. OLE color: 13451495.

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

Color convert

RGB 231 64 205 -
CMYK 0 0.72 0.11 0.09
HSL 309.34º 0.78% 0.58% -
HSV(B) 309.34º 0.72% 0.91% -
XYZ 45.81 25.06 60.18 -
YUV 130.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 231 64 205 0 0.72 0.11 0.09 309.34 0.78 0.58
Hex E7 40 CD 0 48 B 9 135 4E 3A
Octal 347 100 315 0 110 13 11 465 116 72
Binary 11100111 1000000 11001101 0 1001000 1011 1001 100110101 1001110 111010

Color Harmonies of #E740CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740CD

Black with #E740CD

Text Example


Text Example

White with #E740CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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