Html Css Color HEX #E625DA Razzle Dazzle Rose

📋 copy color: '#E625DA'

red 230 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E625DA

Tints of Razzle Dazzle Rose #E625DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 47.42%
G = 7.63%
B = 44.95%

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

#E625DA (or 0xE625DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 25 and DA. RGB value is (230,37,218). Sum of RGB (Red+Green+Blue) = 230+37+218=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E625DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625DA is #19DA25. Grayscale: #727272. Windows color (decimal): -1694246 or 14296550. OLE color: 14296550.

HSL color Cylindrical-coordinate representation of color #E625DA: hue angle of 303.73º 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 #E625DA is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 218 -
CMYK 0 0.84 0.05 0.10
HSL 303.73º 0.79% 0.52% -
HSV(B) 303.73º 0.84% 0.9% -
XYZ 45.95 23.21 68.39 -
YUV 115.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 230 37 218 0 0.84 0.05 0.10 303.73 0.79 0.52
Hex E6 25 DA 0 54 5 A 130 4F 34
Octal 346 45 332 0 124 5 12 460 117 64
Binary 11100110 100101 11011010 0 1010100 101 1010 100110000 1001111 110100

Color Harmonies of #E625DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625DA

Black with #E625DA

Text Example


Text Example

White with #E625DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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