Html Css Color HEX #E127BE Razzle Dazzle Rose

📋 copy color: '#E127BE'

red 225 ◦ green 39 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E127BE

Tints of Razzle Dazzle Rose #E127BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 49.56%
G = 8.59%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E127BE (or 0xE127BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and BE. RGB value is (225,39,190). Sum of RGB (Red+Green+Blue) = 225+39+190=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E127BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127BE is #1ED841. Grayscale: #6F6F6F. Windows color (decimal): -2021442 or 12462049. OLE color: 12462049.

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

Color convert

RGB 225 39 190 -
CMYK 0 0.83 0.16 0.12
HSL 311.29º 0.76% 0.52% -
HSV(B) 311.29º 0.83% 0.88% -
XYZ 41.07 21.18 50.64 -
YUV 111.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 225 39 190 0 0.83 0.16 0.12 311.29 0.76 0.52
Hex E1 27 BE 0 53 10 C 137 4C 34
Octal 341 47 276 0 123 20 14 467 114 64
Binary 11100001 100111 10111110 0 1010011 10000 1100 100110111 1001100 110100

Color Harmonies of #E127BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127BE

Black with #E127BE

Text Example


Text Example

White with #E127BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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