Html Css Color HEX #E72ED2 Razzle Dazzle Rose

📋 copy color: '#E72ED2'

red 231 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E72ED2

Tints of Razzle Dazzle Rose #E72ED2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 47.43%
G = 9.45%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E72ED2 (or 0xE72ED2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and D2. RGB value is (231,46,210). Sum of RGB (Red+Green+Blue) = 231+46+210=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ED2 is #18D12D. Grayscale: #777777. Windows color (decimal): -1626414 or 13774567. OLE color: 13774567.

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

Color convert

RGB 231 46 210 -
CMYK 0 0.80 0.09 0.09
HSL 306.81º 0.79% 0.54% -
HSV(B) 306.81º 0.8% 0.91% -
XYZ 45.56 23.6 63.13 -
YUV 120.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 231 46 210 0 0.80 0.09 0.09 306.81 0.79 0.54
Hex E7 2E D2 0 50 9 9 133 4F 36
Octal 347 56 322 0 120 11 11 463 117 66
Binary 11100111 101110 11010010 0 1010000 1001 1001 100110011 1001111 110110

Color Harmonies of #E72ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ED2

Black with #E72ED2

Text Example


Text Example

White with #E72ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ED2; }

 p { color: rgb(231,46,210); }

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

background-color css

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

 a { background-color: rgb(231,46,210); }

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

border-color css

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

 span { border-color: rgb(231,46,210); }

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