Html Css Color HEX #EB34DB Razzle Dazzle Rose

📋 copy color: '#EB34DB'

red 235 ◦ green 52 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB34DB

Tints of Razzle Dazzle Rose #EB34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.28%

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

R = 46.44%
G = 10.28%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB34DB (or 0xEB34DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 34 and DB. RGB value is (235,52,219). Sum of RGB (Red+Green+Blue) = 235+52+219=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB34DB is #14CB24. Grayscale: #7D7D7D. Windows color (decimal): -1362725 or 14365931. OLE color: 14365931.

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

Color convert

RGB 235 52 219 -
CMYK 0 0.78 0.07 0.08
HSL 305.25º 0.82% 0.56% -
HSV(B) 305.25º 0.78% 0.92% -
XYZ 48.28 25.23 69.34 -
YUV 125.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 235 52 219 0 0.78 0.07 0.08 305.25 0.82 0.56
Hex EB 34 DB 0 4E 7 8 131 52 38
Octal 353 64 333 0 116 7 10 461 122 70
Binary 11101011 110100 11011011 0 1001110 111 1000 100110001 1010010 111000

Color Harmonies of #EB34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB34DB

Black with #EB34DB

Text Example


Text Example

White with #EB34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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