Html Css Color HEX #E127BC Razzle Dazzle Rose

📋 copy color: '#E127BC'

red 225 ◦ green 39 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E127BC

Tints of Razzle Dazzle Rose #E127BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 49.78%
G = 8.63%
B = 41.59%

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

#E127BC (or 0xE127BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and BC. RGB value is (225,39,188). Sum of RGB (Red+Green+Blue) = 225+39+188=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E127BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127BC is #1ED843. Grayscale: #6F6F6F. Windows color (decimal): -2021444 or 12330977. OLE color: 12330977.

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

Color convert

RGB 225 39 188 -
CMYK 0 0.83 0.16 0.12
HSL 311.94º 0.76% 0.52% -
HSV(B) 311.94º 0.83% 0.88% -
XYZ 40.85 21.09 49.49 -
YUV 111.6 171.12 208.88 -
System Red Green Blue C M Y K H S L
Decimal 225 39 188 0 0.83 0.16 0.12 311.94 0.76 0.52
Hex E1 27 BC 0 53 10 C 138 4C 34
Octal 341 47 274 0 123 20 14 470 114 64
Binary 11100001 100111 10111100 0 1010011 10000 1100 100111000 1001100 110100

Color Harmonies of #E127BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127BC

Black with #E127BC

Text Example


Text Example

White with #E127BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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