Html Css Color HEX #EB40CE Razzle Dazzle Rose

📋 copy color: '#EB40CE'

red 235 ◦ green 64 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EB40CE

Tints of Razzle Dazzle Rose #EB40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.67%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 46.53%
G = 12.67%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB40CE (or 0xEB40CE) is known color: Razzle Dazzle Rose. HEX triplet: EB, 40 and CE. RGB value is (235,64,206). Sum of RGB (Red+Green+Blue) = 235+64+206=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40CE is #14BF31. Grayscale: #828282. Windows color (decimal): -1359666 or 13517035. OLE color: 13517035.

HSL color Cylindrical-coordinate representation of color #EB40CE: hue angle of 310.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40CE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 206 -
CMYK 0 0.73 0.12 0.08
HSL 310.18º 0.81% 0.59% -
HSV(B) 310.18º 0.73% 0.92% -
XYZ 47.23 25.79 60.88 -
YUV 131.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 235 64 206 0 0.73 0.12 0.08 310.18 0.81 0.59
Hex EB 40 CE 0 49 C 8 136 51 3B
Octal 353 100 316 0 111 14 10 466 121 73
Binary 11101011 1000000 11001110 0 1001001 1100 1000 100110110 1010001 111011

Color Harmonies of #EB40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40CE

Black with #EB40CE

Text Example


Text Example

White with #EB40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40CE; }

 p { color: rgb(235,64,206); }

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

background-color css

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

 a { background-color: rgb(235,64,206); }

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

border-color css

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

 span { border-color: rgb(235,64,206); }

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