Html Css Color HEX #E127D0 Razzle Dazzle Rose

📋 copy color: '#E127D0'

red 225 ◦ green 39 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E127D0

Tints of Razzle Dazzle Rose #E127D0

RGB

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

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

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

R = 47.67%
G = 8.26%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E127D0 (or 0xE127D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and D0. RGB value is (225,39,208). Sum of RGB (Red+Green+Blue) = 225+39+208=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D0 is #1ED82F. Grayscale: #717171. Windows color (decimal): -2021424 or 13641697. OLE color: 13641697.

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

Color convert

RGB 225 39 208 -
CMYK 0 0.83 0.08 0.12
HSL 305.48º 0.76% 0.52% -
HSV(B) 305.48º 0.83% 0.88% -
XYZ 43.16 22.01 61.65 -
YUV 113.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 225 39 208 0 0.83 0.08 0.12 305.48 0.76 0.52
Hex E1 27 D0 0 53 8 C 131 4C 34
Octal 341 47 320 0 123 10 14 461 114 64
Binary 11100001 100111 11010000 0 1010011 1000 1100 100110001 1001100 110100

Color Harmonies of #E127D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127D0

Black with #E127D0

Text Example


Text Example

White with #E127D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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