Html Css Color HEX #E740CF Razzle Dazzle Rose

📋 copy color: '#E740CF'

red 231 ◦ green 64 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E740CF

Tints of Razzle Dazzle Rose #E740CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 46.02%
G = 12.75%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E740CF (or 0xE740CF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and CF. RGB value is (231,64,207). Sum of RGB (Red+Green+Blue) = 231+64+207=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CF is #18BF30. Grayscale: #818181. Windows color (decimal): -1621809 or 13582567. OLE color: 13582567.

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

Color convert

RGB 231 64 207 -
CMYK 0 0.72 0.10 0.09
HSL 308.62º 0.78% 0.58% -
HSV(B) 308.62º 0.72% 0.91% -
XYZ 46.05 25.16 61.46 -
YUV 130.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 231 64 207 0 0.72 0.10 0.09 308.62 0.78 0.58
Hex E7 40 CF 0 48 A 9 135 4E 3A
Octal 347 100 317 0 110 12 11 465 116 72
Binary 11100111 1000000 11001111 0 1001000 1010 1001 100110101 1001110 111010

Color Harmonies of #E740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740CF

Black with #E740CF

Text Example


Text Example

White with #E740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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