Html Css Color HEX #E921D2 Razzle Dazzle Rose

📋 copy color: '#E921D2'

red 233 ◦ green 33 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E921D2

Tints of Razzle Dazzle Rose #E921D2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.93%

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

R = 48.95%
G = 6.93%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E921D2 (or 0xE921D2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 21 and D2. RGB value is (233,33,210). Sum of RGB (Red+Green+Blue) = 233+33+210=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E921D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921D2 is #16DE2D. Grayscale: #707070. Windows color (decimal): -1498670 or 13771241. OLE color: 13771241.

HSL color Cylindrical-coordinate representation of color #E921D2: hue angle of 306.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921D2 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 210 -
CMYK 0 0.86 0.10 0.09
HSL 306.9º 0.82% 0.52% -
HSV(B) 306.9º 0.86% 0.91% -
XYZ 45.78 23.06 63.01 -
YUV 112.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 233 33 210 0 0.86 0.10 0.09 306.9 0.82 0.52
Hex E9 21 D2 0 56 A 9 133 52 34
Octal 351 41 322 0 126 12 11 463 122 64
Binary 11101001 100001 11010010 0 1010110 1010 1001 100110011 1010010 110100

Color Harmonies of #E921D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E921D2

Black with #E921D2

Text Example


Text Example

White with #E921D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E921D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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