Html Css Color HEX #E625DD Razzle Dazzle Rose

📋 copy color: '#E625DD'

red 230 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E625DD

Tints of Razzle Dazzle Rose #E625DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 47.13%
G = 7.58%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E625DD (or 0xE625DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 25 and DD. RGB value is (230,37,221). Sum of RGB (Red+Green+Blue) = 230+37+221=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E625DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625DD is #19DA22. Grayscale: #737373. Windows color (decimal): -1694243 or 14493158. OLE color: 14493158.

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

Color convert

RGB 230 37 221 -
CMYK 0 0.84 0.04 0.10
HSL 302.8º 0.79% 0.52% -
HSV(B) 302.8º 0.84% 0.9% -
XYZ 46.35 23.37 70.47 -
YUV 115.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 230 37 221 0 0.84 0.04 0.10 302.8 0.79 0.52
Hex E6 25 DD 0 54 4 A 12F 4F 34
Octal 346 45 335 0 124 4 12 457 117 64
Binary 11100110 100101 11011101 0 1010100 100 1010 100101111 1001111 110100

Color Harmonies of #E625DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625DD

Black with #E625DD

Text Example


Text Example

White with #E625DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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