Html Css Color HEX #E125DB Razzle Dazzle Rose

📋 copy color: '#E125DB'

red 225 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E125DB

Tints of Razzle Dazzle Rose #E125DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

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

R = 46.78%
G = 7.69%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E125DB (or 0xE125DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and DB. RGB value is (225,37,219). Sum of RGB (Red+Green+Blue) = 225+37+219=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E125DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125DB is #1EDA24. Grayscale: #717171. Windows color (decimal): -2021925 or 14362081. OLE color: 14362081.

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

Color convert

RGB 225 37 219 -
CMYK 0 0.84 0.03 0.12
HSL 301.91º 0.76% 0.51% -
HSV(B) 301.91º 0.84% 0.88% -
XYZ 44.5 22.45 69 -
YUV 113.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 225 37 219 0 0.84 0.03 0.12 301.91 0.76 0.51
Hex E1 25 DB 0 54 3 C 12E 4C 33
Octal 341 45 333 0 124 3 14 456 114 63
Binary 11100001 100101 11011011 0 1010100 11 1100 100101110 1001100 110011

Color Harmonies of #E125DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125DB

Black with #E125DB

Text Example


Text Example

White with #E125DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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