Html Css Color HEX #EB38D1 Razzle Dazzle Rose

📋 copy color: '#EB38D1'

red 235 ◦ green 56 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EB38D1

Tints of Razzle Dazzle Rose #EB38D1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.2%

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 47%
G = 11.2%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB38D1 (or 0xEB38D1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 38 and D1. RGB value is (235,56,209). Sum of RGB (Red+Green+Blue) = 235+56+209=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB38D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB38D1 is #14C72E. Grayscale: #7E7E7E. Windows color (decimal): -1361711 or 13711595. OLE color: 13711595.

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

Color convert

RGB 235 56 209 -
CMYK 0 0.76 0.11 0.08
HSL 308.72º 0.82% 0.57% -
HSV(B) 308.72º 0.76% 0.92% -
XYZ 47.18 25.09 62.68 -
YUV 126.96 174.3 205.06 -
System Red Green Blue C M Y K H S L
Decimal 235 56 209 0 0.76 0.11 0.08 308.72 0.82 0.57
Hex EB 38 D1 0 4C B 8 135 52 39
Octal 353 70 321 0 114 13 10 465 122 71
Binary 11101011 111000 11010001 0 1001100 1011 1000 100110101 1010010 111001

Color Harmonies of #EB38D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB38D1

Black with #EB38D1

Text Example


Text Example

White with #EB38D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB38D1; }

 p { color: rgb(235,56,209); }

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

background-color css

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

 a { background-color: rgb(235,56,209); }

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

border-color css

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

 span { border-color: rgb(235,56,209); }

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