Html Css Color HEX #EB27DB Razzle Dazzle Rose

📋 copy color: '#EB27DB'

red 235 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB27DB

Tints of Razzle Dazzle Rose #EB27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.91%

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

R = 47.67%
G = 7.91%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB27DB (or 0xEB27DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 27 and DB. RGB value is (235,39,219). Sum of RGB (Red+Green+Blue) = 235+39+219=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB27DB is #14D824. Grayscale: #757575. Windows color (decimal): -1366053 or 14362603. OLE color: 14362603.

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

Color convert

RGB 235 39 219 -
CMYK 0 0.83 0.07 0.08
HSL 304.9º 0.83% 0.54% -
HSV(B) 304.9º 0.83% 0.92% -
XYZ 47.77 24.23 69.18 -
YUV 118.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 235 39 219 0 0.83 0.07 0.08 304.9 0.83 0.54
Hex EB 27 DB 0 53 7 8 131 53 36
Octal 353 47 333 0 123 7 10 461 123 66
Binary 11101011 100111 11011011 0 1010011 111 1000 100110001 1010011 110110

Color Harmonies of #EB27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB27DB

Black with #EB27DB

Text Example


Text Example

White with #EB27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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