Html Css Color HEX #E726CC Razzle Dazzle Rose

📋 copy color: '#E726CC'

red 231 ◦ green 38 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E726CC

Tints of Razzle Dazzle Rose #E726CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.03%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 48.84%
G = 8.03%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E726CC (or 0xE726CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and CC. RGB value is (231,38,204). Sum of RGB (Red+Green+Blue) = 231+38+204=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E726CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726CC is #18D933. Grayscale: #727272. Windows color (decimal): -1628468 or 13379303. OLE color: 13379303.

HSL color Cylindrical-coordinate representation of color #E726CC: hue angle of 308.39º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E726CC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 38 204 -
CMYK 0 0.84 0.12 0.09
HSL 308.39º 0.8% 0.53% -
HSV(B) 308.39º 0.84% 0.91% -
XYZ 44.55 22.73 59.17 -
YUV 114.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 231 38 204 0 0.84 0.12 0.09 308.39 0.8 0.53
Hex E7 26 CC 0 54 C 9 134 50 35
Octal 347 46 314 0 124 14 11 464 120 65
Binary 11100111 100110 11001100 0 1010100 1100 1001 100110100 1010000 110101

Color Harmonies of #E726CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726CC

Black with #E726CC

Text Example


Text Example

White with #E726CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726CC; }

 p { color: rgb(231,38,204); }

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

background-color css

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

 a { background-color: rgb(231,38,204); }

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

border-color css

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

 span { border-color: rgb(231,38,204); }

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