Html Css Color HEX #E625DB Razzle Dazzle Rose

📋 copy color: '#E625DB'

red 230 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E625DB

Tints of Razzle Dazzle Rose #E625DB

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

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

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

R = 47.33%
G = 7.61%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E625DB (or 0xE625DB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 25 and DB. RGB value is (230,37,219). Sum of RGB (Red+Green+Blue) = 230+37+219=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E625DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625DB is #19DA24. Grayscale: #727272. Windows color (decimal): -1694245 or 14362086. OLE color: 14362086.

HSL color Cylindrical-coordinate representation of color #E625DB: hue angle of 303.42º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E625DB is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 219 -
CMYK 0 0.84 0.05 0.10
HSL 303.42º 0.79% 0.52% -
HSV(B) 303.42º 0.84% 0.9% -
XYZ 46.08 23.26 69.08 -
YUV 115.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 230 37 219 0 0.84 0.05 0.10 303.42 0.79 0.52
Hex E6 25 DB 0 54 5 A 12F 4F 34
Octal 346 45 333 0 124 5 12 457 117 64
Binary 11100110 100101 11011011 0 1010100 101 1010 100101111 1001111 110100

Color Harmonies of #E625DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625DB

Black with #E625DB

Text Example


Text Example

White with #E625DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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