Html Css Color HEX #E125D6 Razzle Dazzle Rose

📋 copy color: '#E125D6'

red 225 ◦ green 37 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E125D6

Tints of Razzle Dazzle Rose #E125D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 47.27%
G = 7.77%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E125D6 (or 0xE125D6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and D6. RGB value is (225,37,214). Sum of RGB (Red+Green+Blue) = 225+37+214=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E125D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125D6 is #1EDA29. Grayscale: #707070. Windows color (decimal): -2021930 or 14034401. OLE color: 14034401.

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

Color convert

RGB 225 37 214 -
CMYK 0 0.84 0.05 0.12
HSL 303.51º 0.76% 0.51% -
HSV(B) 303.51º 0.84% 0.88% -
XYZ 43.85 22.19 65.59 -
YUV 113.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 225 37 214 0 0.84 0.05 0.12 303.51 0.76 0.51
Hex E1 25 D6 0 54 5 C 130 4C 33
Octal 341 45 326 0 124 5 14 460 114 63
Binary 11100001 100101 11010110 0 1010100 101 1100 100110000 1001100 110011

Color Harmonies of #E125D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125D6

Black with #E125D6

Text Example


Text Example

White with #E125D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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