Html Css Color HEX #EB40C9 Razzle Dazzle Rose

📋 copy color: '#EB40C9'

red 235 ◦ green 64 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EB40C9

Tints of Razzle Dazzle Rose #EB40C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 47%
G = 12.8%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB40C9 (or 0xEB40C9) is known color: Razzle Dazzle Rose. HEX triplet: EB, 40 and C9. RGB value is (235,64,201). Sum of RGB (Red+Green+Blue) = 235+64+201=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40C9 is #14BF36. Grayscale: #828282. Windows color (decimal): -1359671 or 13189355. OLE color: 13189355.

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

Color convert

RGB 235 64 201 -
CMYK 0 0.73 0.14 0.08
HSL 311.93º 0.81% 0.59% -
HSV(B) 311.93º 0.73% 0.92% -
XYZ 46.64 25.55 57.73 -
YUV 130.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 235 64 201 0 0.73 0.14 0.08 311.93 0.81 0.59
Hex EB 40 C9 0 49 E 8 138 51 3B
Octal 353 100 311 0 111 16 10 470 121 73
Binary 11101011 1000000 11001001 0 1001001 1110 1000 100111000 1010001 111011

Color Harmonies of #EB40C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40C9

Black with #EB40C9

Text Example


Text Example

White with #EB40C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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