Html Css Color HEX #E730ED Razzle Dazzle Rose

📋 copy color: '#E730ED'

red 231 ◦ green 48 ◦ blue 237

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

Shades of Razzle Dazzle Rose #E730ED

Tints of Razzle Dazzle Rose #E730ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 44.77%
G = 9.3%
B = 45.93%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E730ED (or 0xE730ED) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and ED. RGB value is (231,48,237). Sum of RGB (Red+Green+Blue) = 231+48+237=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #E730ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730ED is #18CF12. Grayscale: #7B7B7B. Windows color (decimal): -1625875 or 15544551. OLE color: 15544551.

HSL color Cylindrical-coordinate representation of color #E730ED: hue angle of 298.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E730ED is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 48 237 -
CMYK 0.03 0.80 0 0.07
HSL 298.1º 0.84% 0.56% -
HSV(B) 298.1º 0.8% 0.93% -
XYZ 49.3 25.22 82.39 -
YUV 124.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 231 48 237 0.03 0.80 0 0.07 298.1 0.84 0.56
Hex E7 30 ED 3 50 0 7 12A 54 38
Octal 347 60 355 3 120 0 7 452 124 70
Binary 11100111 110000 11101101 11 1010000 0 111 100101010 1010100 111000

Color Harmonies of #E730ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730ED

Black with #E730ED

Text Example


Text Example

White with #E730ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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