Html Css Color HEX #EB2EDA Razzle Dazzle Rose

📋 copy color: '#EB2EDA'

red 235 ◦ green 46 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EB2EDA

Tints of Razzle Dazzle Rose #EB2EDA

RGB

 RED value IS 235 (92.19% from 255) = 47.09%

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 47.09%
G = 9.22%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB2EDA (or 0xEB2EDA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and DA. RGB value is (235,46,218). Sum of RGB (Red+Green+Blue) = 235+46+218=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2EDA is #14D125. Grayscale: #797979. Windows color (decimal): -1364262 or 14298859. OLE color: 14298859.

HSL color Cylindrical-coordinate representation of color #EB2EDA: hue angle of 305.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2EDA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 46 218 -
CMYK 0 0.80 0.07 0.08
HSL 305.4º 0.83% 0.55% -
HSV(B) 305.4º 0.8% 0.92% -
XYZ 47.89 24.68 68.57 -
YUV 122.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 235 46 218 0 0.80 0.07 0.08 305.4 0.83 0.55
Hex EB 2E DA 0 50 7 8 131 53 37
Octal 353 56 332 0 120 7 10 461 123 67
Binary 11101011 101110 11011010 0 1010000 111 1000 100110001 1010011 110111

Color Harmonies of #EB2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2EDA

Black with #EB2EDA

Text Example


Text Example

White with #EB2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2EDA; }

 p { color: rgb(235,46,218); }

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

background-color css

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

 a { background-color: rgb(235,46,218); }

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

border-color css

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

 span { border-color: rgb(235,46,218); }

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