Html Css Color HEX #EB34D2 Razzle Dazzle Rose

📋 copy color: '#EB34D2'

red 235 ◦ green 52 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EB34D2

Tints of Razzle Dazzle Rose #EB34D2

RGB

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

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

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

R = 47.28%
G = 10.46%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB34D2 (or 0xEB34D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 34 and D2. RGB value is (235,52,210). Sum of RGB (Red+Green+Blue) = 235+52+210=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB34D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB34D2 is #14CB2D. Grayscale: #7C7C7C. Windows color (decimal): -1362734 or 13776107. OLE color: 13776107.

HSL color Cylindrical-coordinate representation of color #EB34D2: hue angle of 308.2º 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 #EB34D2 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 210 -
CMYK 0 0.78 0.11 0.08
HSL 308.2º 0.82% 0.56% -
HSV(B) 308.2º 0.78% 0.92% -
XYZ 47.12 24.77 63.27 -
YUV 124.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 235 52 210 0 0.78 0.11 0.08 308.2 0.82 0.56
Hex EB 34 D2 0 4E B 8 134 52 38
Octal 353 64 322 0 116 13 10 464 122 70
Binary 11101011 110100 11010010 0 1001110 1011 1000 100110100 1010010 111000

Color Harmonies of #EB34D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB34D2

Black with #EB34D2

Text Example


Text Example

White with #EB34D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB34D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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