Html Css Color HEX #E025CE Razzle Dazzle Rose

📋 copy color: '#E025CE'

red 224 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E025CE

Tints of Razzle Dazzle Rose #E025CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 47.97%
G = 7.92%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E025CE (or 0xE025CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and CE. RGB value is (224,37,206). Sum of RGB (Red+Green+Blue) = 224+37+206=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E025CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025CE is #1FDA31. Grayscale: #6F6F6F. Windows color (decimal): -2087474 or 13510112. OLE color: 13510112.

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

Color convert

RGB 224 37 206 -
CMYK 0 0.83 0.08 0.12
HSL 305.78º 0.75% 0.51% -
HSV(B) 305.78º 0.83% 0.88% -
XYZ 42.54 21.63 60.32 -
YUV 112.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 224 37 206 0 0.83 0.08 0.12 305.78 0.75 0.51
Hex E0 25 CE 0 53 8 C 132 4B 33
Octal 340 45 316 0 123 10 14 462 113 63
Binary 11100000 100101 11001110 0 1010011 1000 1100 100110010 1001011 110011

Color Harmonies of #E025CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025CE

Black with #E025CE

Text Example


Text Example

White with #E025CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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