Html Css Color HEX #E025D0 Razzle Dazzle Rose

📋 copy color: '#E025D0'

red 224 ◦ green 37 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E025D0

Tints of Razzle Dazzle Rose #E025D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 47.76%
G = 7.89%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E025D0 (or 0xE025D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and D0. RGB value is (224,37,208). Sum of RGB (Red+Green+Blue) = 224+37+208=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E025D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025D0 is #1FDA2F. Grayscale: #6F6F6F. Windows color (decimal): -2087472 or 13641184. OLE color: 13641184.

HSL color Cylindrical-coordinate representation of color #E025D0: hue angle of 305.13º 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 #E025D0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 208 -
CMYK 0 0.83 0.07 0.12
HSL 305.13º 0.75% 0.51% -
HSV(B) 305.13º 0.83% 0.88% -
XYZ 42.79 21.72 61.61 -
YUV 112.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 224 37 208 0 0.83 0.07 0.12 305.13 0.75 0.51
Hex E0 25 D0 0 53 7 C 131 4B 33
Octal 340 45 320 0 123 7 14 461 113 63
Binary 11100000 100101 11010000 0 1010011 111 1100 100110001 1001011 110011

Color Harmonies of #E025D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025D0

Black with #E025D0

Text Example


Text Example

White with #E025D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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