Html Css Color HEX #E127DA Razzle Dazzle Rose

📋 copy color: '#E127DA'

red 225 ◦ green 39 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E127DA

Tints of Razzle Dazzle Rose #E127DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 46.68%
G = 8.09%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E127DA (or 0xE127DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and DA. RGB value is (225,39,218). Sum of RGB (Red+Green+Blue) = 225+39+218=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E127DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127DA is #1ED825. Grayscale: #727272. Windows color (decimal): -2021414 or 14297057. OLE color: 14297057.

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

Color convert

RGB 225 39 218 -
CMYK 0 0.83 0.03 0.12
HSL 302.26º 0.76% 0.52% -
HSV(B) 302.26º 0.83% 0.88% -
XYZ 44.43 22.52 68.33 -
YUV 115.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 225 39 218 0 0.83 0.03 0.12 302.26 0.76 0.52
Hex E1 27 DA 0 53 3 C 12E 4C 34
Octal 341 47 332 0 123 3 14 456 114 64
Binary 11100001 100111 11011010 0 1010011 11 1100 100101110 1001100 110100

Color Harmonies of #E127DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127DA

Black with #E127DA

Text Example


Text Example

White with #E127DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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