Html Css Color HEX #E128DB Razzle Dazzle Rose

📋 copy color: '#E128DB'

red 225 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E128DB

Tints of Razzle Dazzle Rose #E128DB

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

 GREEN value IS 40 (16.02% from 255) = 8.26%

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

R = 46.49%
G = 8.26%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E128DB (or 0xE128DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and DB. RGB value is (225,40,219). Sum of RGB (Red+Green+Blue) = 225+40+219=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E128DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128DB is #1ED724. Grayscale: #737373. Windows color (decimal): -2021157 or 14362849. OLE color: 14362849.

HSL color Cylindrical-coordinate representation of color #E128DB: hue angle of 301.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128DB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 219 -
CMYK 0 0.82 0.03 0.12
HSL 301.95º 0.76% 0.52% -
HSV(B) 301.95º 0.82% 0.88% -
XYZ 44.6 22.64 69.04 -
YUV 115.72 186.29 205.95 -
System Red Green Blue C M Y K H S L
Decimal 225 40 219 0 0.82 0.03 0.12 301.95 0.76 0.52
Hex E1 28 DB 0 52 3 C 12E 4C 34
Octal 341 50 333 0 122 3 14 456 114 64
Binary 11100001 101000 11011011 0 1010010 11 1100 100101110 1001100 110100

Color Harmonies of #E128DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128DB

Black with #E128DB

Text Example


Text Example

White with #E128DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128DB; }

 p { color: rgb(225,40,219); }

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

background-color css

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

 a { background-color: rgb(225,40,219); }

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

border-color css

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

 span { border-color: rgb(225,40,219); }

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