Html Css Color HEX #E025DB Razzle Dazzle Rose

📋 copy color: '#E025DB'

red 224 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E025DB

Tints of Razzle Dazzle Rose #E025DB

RGB

 RED value IS 224 (87.89% from 255) = 46.67%

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

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

R = 46.67%
G = 7.71%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E025DB (or 0xE025DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and DB. RGB value is (224,37,219). Sum of RGB (Red+Green+Blue) = 224+37+219=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E025DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025DB is #1FDA24. Grayscale: #717171. Windows color (decimal): -2087461 or 14362080. OLE color: 14362080.

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

Color convert

RGB 224 37 219 -
CMYK 0 0.83 0.02 0.12
HSL 301.6º 0.75% 0.51% -
HSV(B) 301.6º 0.83% 0.88% -
XYZ 44.19 22.28 68.99 -
YUV 113.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 224 37 219 0 0.83 0.02 0.12 301.6 0.75 0.51
Hex E0 25 DB 0 53 2 C 12E 4B 33
Octal 340 45 333 0 123 2 14 456 113 63
Binary 11100000 100101 11011011 0 1010011 10 1100 100101110 1001011 110011

Color Harmonies of #E025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025DB

Black with #E025DB

Text Example


Text Example

White with #E025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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