Html Css Color HEX #EB40CA Razzle Dazzle Rose

📋 copy color: '#EB40CA'

red 235 ◦ green 64 ◦ blue 202

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

Shades of Razzle Dazzle Rose #EB40CA

Tints of Razzle Dazzle Rose #EB40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 46.91%
G = 12.77%
B = 40.32%

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

#EB40CA (or 0xEB40CA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 40 and CA. RGB value is (235,64,202). Sum of RGB (Red+Green+Blue) = 235+64+202=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40CA is #14BF35. Grayscale: #828282. Windows color (decimal): -1359670 or 13254891. OLE color: 13254891.

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

Color convert

RGB 235 64 202 -
CMYK 0 0.73 0.14 0.08
HSL 311.58º 0.81% 0.59% -
HSV(B) 311.58º 0.73% 0.92% -
XYZ 46.76 25.59 58.35 -
YUV 130.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 235 64 202 0 0.73 0.14 0.08 311.58 0.81 0.59
Hex EB 40 CA 0 49 E 8 138 51 3B
Octal 353 100 312 0 111 16 10 470 121 73
Binary 11101011 1000000 11001010 0 1001001 1110 1000 100111000 1010001 111011

Color Harmonies of #EB40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40CA

Black with #EB40CA

Text Example


Text Example

White with #EB40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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