Html Css Color HEX #EB1CDB Razzle Dazzle Rose

📋 copy color: '#EB1CDB'

red 235 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB1CDB

Tints of Razzle Dazzle Rose #EB1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 48.76%
G = 5.81%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB1CDB (or 0xEB1CDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 1C and DB. RGB value is (235,28,219). Sum of RGB (Red+Green+Blue) = 235+28+219=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1CDB is #14E324. Grayscale: #6F6F6F. Windows color (decimal): -1368869 or 14359787. OLE color: 14359787.

HSL color Cylindrical-coordinate representation of color #EB1CDB: hue angle of 304.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1CDB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 28 219 -
CMYK 0 0.88 0.07 0.08
HSL 304.64º 0.84% 0.52% -
HSV(B) 304.64º 0.88% 0.92% -
XYZ 47.46 23.61 69.07 -
YUV 111.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 235 28 219 0 0.88 0.07 0.08 304.64 0.84 0.52
Hex EB 1C DB 0 58 7 8 131 54 34
Octal 353 34 333 0 130 7 10 461 124 64
Binary 11101011 11100 11011011 0 1011000 111 1000 100110001 1010100 110100

Color Harmonies of #EB1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1CDB

Black with #EB1CDB

Text Example


Text Example

White with #EB1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1CDB; }

 p { color: rgb(235,28,219); }

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

background-color css

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

 a { background-color: rgb(235,28,219); }

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

border-color css

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

 span { border-color: rgb(235,28,219); }

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