Html Css Color HEX #E730E2 Razzle Dazzle Rose

📋 copy color: '#E730E2'

red 231 ◦ green 48 ◦ blue 226

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

Shades of Razzle Dazzle Rose #E730E2

Tints of Razzle Dazzle Rose #E730E2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.5%

 BLUE value IS 226 (88.67% from 255) = 44.75%

R = 45.74%
G = 9.5%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E730E2 (or 0xE730E2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and E2. RGB value is (231,48,226). Sum of RGB (Red+Green+Blue) = 231+48+226=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E730E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730E2 is #18CF1D. Grayscale: #7A7A7A. Windows color (decimal): -1625886 or 14823655. OLE color: 14823655.

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

Color convert

RGB 231 48 226 -
CMYK 0 0.79 0.02 0.09
HSL 301.64º 0.79% 0.55% -
HSV(B) 301.64º 0.79% 0.91% -
XYZ 47.74 24.59 74.18 -
YUV 123.01 186.13 205.03 -
System Red Green Blue C M Y K H S L
Decimal 231 48 226 0 0.79 0.02 0.09 301.64 0.79 0.55
Hex E7 30 E2 0 4F 2 9 12E 4F 37
Octal 347 60 342 0 117 2 11 456 117 67
Binary 11100111 110000 11100010 0 1001111 10 1001 100101110 1001111 110111

Color Harmonies of #E730E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730E2

Black with #E730E2

Text Example


Text Example

White with #E730E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730E2; }

 p { color: rgb(231,48,226); }

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

background-color css

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

 a { background-color: rgb(231,48,226); }

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

border-color css

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

 span { border-color: rgb(231,48,226); }

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