Html Css Color HEX #E930D2 Razzle Dazzle Rose

📋 copy color: '#E930D2'

red 233 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E930D2

Tints of Razzle Dazzle Rose #E930D2

RGB

 RED value IS 233 (91.41% from 255) = 47.45%

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

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

R = 47.45%
G = 9.78%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E930D2 (or 0xE930D2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 30 and D2. RGB value is (233,48,210). Sum of RGB (Red+Green+Blue) = 233+48+210=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E930D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E930D2 is #16CF2D. Grayscale: #797979. Windows color (decimal): -1494830 or 13775081. OLE color: 13775081.

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

Color convert

RGB 233 48 210 -
CMYK 0 0.79 0.10 0.09
HSL 307.46º 0.81% 0.55% -
HSV(B) 307.46º 0.79% 0.91% -
XYZ 46.29 24.09 63.18 -
YUV 121.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 233 48 210 0 0.79 0.10 0.09 307.46 0.81 0.55
Hex E9 30 D2 0 4F A 9 133 51 37
Octal 351 60 322 0 117 12 11 463 121 67
Binary 11101001 110000 11010010 0 1001111 1010 1001 100110011 1010001 110111

Color Harmonies of #E930D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E930D2

Black with #E930D2

Text Example


Text Example

White with #E930D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E930D2; }

 p { color: rgb(233,48,210); }

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

background-color css

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

 a { background-color: rgb(233,48,210); }

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

border-color css

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

 span { border-color: rgb(233,48,210); }

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