Html Css Color HEX #E127D1 Razzle Dazzle Rose

📋 copy color: '#E127D1'

red 225 ◦ green 39 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E127D1

Tints of Razzle Dazzle Rose #E127D1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.25%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 47.57%
G = 8.25%
B = 44.19%

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

#E127D1 (or 0xE127D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and D1. RGB value is (225,39,209). Sum of RGB (Red+Green+Blue) = 225+39+209=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D1 is #1ED82E. Grayscale: #717171. Windows color (decimal): -2021423 or 13707233. OLE color: 13707233.

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

Color convert

RGB 225 39 209 -
CMYK 0 0.83 0.07 0.12
HSL 305.16º 0.76% 0.52% -
HSV(B) 305.16º 0.83% 0.88% -
XYZ 43.29 22.06 62.3 -
YUV 113.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 225 39 209 0 0.83 0.07 0.12 305.16 0.76 0.52
Hex E1 27 D1 0 53 7 C 131 4C 34
Octal 341 47 321 0 123 7 14 461 114 64
Binary 11100001 100111 11010001 0 1010011 111 1100 100110001 1001100 110100

Color Harmonies of #E127D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127D1

Black with #E127D1

Text Example


Text Example

White with #E127D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127D1; }

 p { color: rgb(225,39,209); }

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

background-color css

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

 a { background-color: rgb(225,39,209); }

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

border-color css

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

 span { border-color: rgb(225,39,209); }

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