Html Css Color HEX #EB3ADB Razzle Dazzle Rose

📋 copy color: '#EB3ADB'

red 235 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB3ADB

Tints of Razzle Dazzle Rose #EB3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.33%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 45.9%
G = 11.33%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB3ADB (or 0xEB3ADB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 3A and DB. RGB value is (235,58,219). Sum of RGB (Red+Green+Blue) = 235+58+219=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3ADB is #14C524. Grayscale: #808080. Windows color (decimal): -1361189 or 14367467. OLE color: 14367467.

HSL color Cylindrical-coordinate representation of color #EB3ADB: hue angle of 305.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3ADB is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 219 -
CMYK 0 0.75 0.07 0.08
HSL 305.42º 0.82% 0.57% -
HSV(B) 305.42º 0.75% 0.92% -
XYZ 48.56 25.8 69.44 -
YUV 129.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 235 58 219 0 0.75 0.07 0.08 305.42 0.82 0.57
Hex EB 3A DB 0 4B 7 8 131 52 39
Octal 353 72 333 0 113 7 10 461 122 71
Binary 11101011 111010 11011011 0 1001011 111 1000 100110001 1010010 111001

Color Harmonies of #EB3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3ADB

Black with #EB3ADB

Text Example


Text Example

White with #EB3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3ADB; }

 p { color: rgb(235,58,219); }

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

background-color css

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

 a { background-color: rgb(235,58,219); }

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

border-color css

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

 span { border-color: rgb(235,58,219); }

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