Html Css Color HEX #E125CE Razzle Dazzle Rose

📋 copy color: '#E125CE'

red 225 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E125CE

Tints of Razzle Dazzle Rose #E125CE

RGB

 RED value IS 225 (88.28% from 255) = 48.08%

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

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

R = 48.08%
G = 7.91%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E125CE (or 0xE125CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and CE. RGB value is (225,37,206). Sum of RGB (Red+Green+Blue) = 225+37+206=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E125CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125CE is #1EDA31. Grayscale: #6F6F6F. Windows color (decimal): -2021938 or 13510113. OLE color: 13510113.

HSL color Cylindrical-coordinate representation of color #E125CE: hue angle of 306.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125CE is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 206 -
CMYK 0 0.84 0.08 0.12
HSL 306.06º 0.76% 0.51% -
HSV(B) 306.06º 0.84% 0.88% -
XYZ 42.85 21.79 60.34 -
YUV 112.48 180.78 208.26 -
System Red Green Blue C M Y K H S L
Decimal 225 37 206 0 0.84 0.08 0.12 306.06 0.76 0.51
Hex E1 25 CE 0 54 8 C 132 4C 33
Octal 341 45 316 0 124 10 14 462 114 63
Binary 11100001 100101 11001110 0 1010100 1000 1100 100110010 1001100 110011

Color Harmonies of #E125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125CE

Black with #E125CE

Text Example


Text Example

White with #E125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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