Html Css Color HEX #EB3CCD Razzle Dazzle Rose

📋 copy color: '#EB3CCD'

red 235 ◦ green 60 ◦ blue 205

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

Shades of Razzle Dazzle Rose #EB3CCD

Tints of Razzle Dazzle Rose #EB3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 47%
G = 12%
B = 41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB3CCD (or 0xEB3CCD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 3C and CD. RGB value is (235,60,205). Sum of RGB (Red+Green+Blue) = 235+60+205=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3CCD is #14C332. Grayscale: #808080. Windows color (decimal): -1360691 or 13450475. OLE color: 13450475.

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

Color convert

RGB 235 60 205 -
CMYK 0 0.74 0.13 0.08
HSL 310.29º 0.81% 0.58% -
HSV(B) 310.29º 0.74% 0.92% -
XYZ 46.9 25.3 60.17 -
YUV 128.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 235 60 205 0 0.74 0.13 0.08 310.29 0.81 0.58
Hex EB 3C CD 0 4A D 8 136 51 3A
Octal 353 74 315 0 112 15 10 466 121 72
Binary 11101011 111100 11001101 0 1001010 1101 1000 100110110 1010001 111010

Color Harmonies of #EB3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3CCD

Black with #EB3CCD

Text Example


Text Example

White with #EB3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3CCD; }

 p { color: rgb(235,60,205); }

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

background-color css

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

 a { background-color: rgb(235,60,205); }

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

border-color css

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

 span { border-color: rgb(235,60,205); }

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