Html Css Color HEX #E127D4 Razzle Dazzle Rose

📋 copy color: '#E127D4'

red 225 ◦ green 39 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E127D4

Tints of Razzle Dazzle Rose #E127D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 47.27%
G = 8.19%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E127D4 (or 0xE127D4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and D4. RGB value is (225,39,212). Sum of RGB (Red+Green+Blue) = 225+39+212=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D4 is #1ED82B. Grayscale: #717171. Windows color (decimal): -2021420 or 13903841. OLE color: 13903841.

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

Color convert

RGB 225 39 212 -
CMYK 0 0.83 0.06 0.12
HSL 304.19º 0.76% 0.52% -
HSV(B) 304.19º 0.83% 0.88% -
XYZ 43.66 22.21 64.27 -
YUV 114.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 225 39 212 0 0.83 0.06 0.12 304.19 0.76 0.52
Hex E1 27 D4 0 53 6 C 130 4C 34
Octal 341 47 324 0 123 6 14 460 114 64
Binary 11100001 100111 11010100 0 1010011 110 1100 100110000 1001100 110100

Color Harmonies of #E127D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127D4

Black with #E127D4

Text Example


Text Example

White with #E127D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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