Html Css Color HEX #E127DF Razzle Dazzle Rose

📋 copy color: '#E127DF'

red 225 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E127DF

Tints of Razzle Dazzle Rose #E127DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 46.2%
G = 8.01%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E127DF (or 0xE127DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and DF. RGB value is (225,39,223). Sum of RGB (Red+Green+Blue) = 225+39+223=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E127DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127DF is #1ED820. Grayscale: #737373. Windows color (decimal): -2021409 or 14624737. OLE color: 14624737.

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

Color convert

RGB 225 39 223 -
CMYK 0 0.83 0.01 0.12
HSL 300.65º 0.76% 0.52% -
HSV(B) 300.65º 0.83% 0.88% -
XYZ 45.1 22.79 71.83 -
YUV 115.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 225 39 223 0 0.83 0.01 0.12 300.65 0.76 0.52
Hex E1 27 DF 0 53 1 C 12D 4C 34
Octal 341 47 337 0 123 1 14 455 114 64
Binary 11100001 100111 11011111 0 1010011 1 1100 100101101 1001100 110100

Color Harmonies of #E127DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127DF

Black with #E127DF

Text Example


Text Example

White with #E127DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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