Html Css Color HEX #EB26D2 Razzle Dazzle Rose

📋 copy color: '#EB26D2'

red 235 ◦ green 38 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EB26D2

Tints of Razzle Dazzle Rose #EB26D2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.87%

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

R = 48.65%
G = 7.87%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB26D2 (or 0xEB26D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 26 and D2. RGB value is (235,38,210). Sum of RGB (Red+Green+Blue) = 235+38+210=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26D2 is #14D92D. Grayscale: #747474. Windows color (decimal): -1366318 or 13772523. OLE color: 13772523.

HSL color Cylindrical-coordinate representation of color #EB26D2: hue angle of 307.61º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB26D2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 210 -
CMYK 0 0.84 0.11 0.08
HSL 307.61º 0.83% 0.54% -
HSV(B) 307.61º 0.84% 0.92% -
XYZ 46.59 23.7 63.09 -
YUV 116.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 235 38 210 0 0.84 0.11 0.08 307.61 0.83 0.54
Hex EB 26 D2 0 54 B 8 134 53 36
Octal 353 46 322 0 124 13 10 464 123 66
Binary 11101011 100110 11010010 0 1010100 1011 1000 100110100 1010011 110110

Color Harmonies of #EB26D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB26D2

Black with #EB26D2

Text Example


Text Example

White with #EB26D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB26D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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