Html Css Color HEX #EB40C8 Razzle Dazzle Rose

📋 copy color: '#EB40C8'

red 235 ◦ green 64 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EB40C8

Tints of Razzle Dazzle Rose #EB40C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 47.09%
G = 12.83%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB40C8 (or 0xEB40C8) is known color: Razzle Dazzle Rose. HEX triplet: EB, 40 and C8. RGB value is (235,64,200). Sum of RGB (Red+Green+Blue) = 235+64+200=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40C8 is #14BF37. Grayscale: #828282. Windows color (decimal): -1359672 or 13123819. OLE color: 13123819.

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

Color convert

RGB 235 64 200 -
CMYK 0 0.73 0.15 0.08
HSL 312.28º 0.81% 0.59% -
HSV(B) 312.28º 0.73% 0.92% -
XYZ 46.52 25.5 57.11 -
YUV 130.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 235 64 200 0 0.73 0.15 0.08 312.28 0.81 0.59
Hex EB 40 C8 0 49 F 8 138 51 3B
Octal 353 100 310 0 111 17 10 470 121 73
Binary 11101011 1000000 11001000 0 1001001 1111 1000 100111000 1010001 111011

Color Harmonies of #EB40C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40C8

Black with #EB40C8

Text Example


Text Example

White with #EB40C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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