Html Css Color HEX #E125D0 Razzle Dazzle Rose

📋 copy color: '#E125D0'

red 225 ◦ green 37 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E125D0

Tints of Razzle Dazzle Rose #E125D0

RGB

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

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

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

R = 47.87%
G = 7.87%
B = 44.26%

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

#E125D0 (or 0xE125D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and D0. RGB value is (225,37,208). Sum of RGB (Red+Green+Blue) = 225+37+208=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E125D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125D0 is #1EDA2F. Grayscale: #707070. Windows color (decimal): -2021936 or 13641185. OLE color: 13641185.

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

Color convert

RGB 225 37 208 -
CMYK 0 0.84 0.08 0.12
HSL 305.43º 0.76% 0.51% -
HSV(B) 305.43º 0.84% 0.88% -
XYZ 43.1 21.88 61.63 -
YUV 112.71 181.78 208.1 -
System Red Green Blue C M Y K H S L
Decimal 225 37 208 0 0.84 0.08 0.12 305.43 0.76 0.51
Hex E1 25 D0 0 54 8 C 131 4C 33
Octal 341 45 320 0 124 10 14 461 114 63
Binary 11100001 100101 11010000 0 1010100 1000 1100 100110001 1001100 110011

Color Harmonies of #E125D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125D0

Black with #E125D0

Text Example


Text Example

White with #E125D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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