Html Css Color HEX #E138BC Razzle Dazzle Rose

📋 copy color: '#E138BC'

red 225 ◦ green 56 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E138BC

Tints of Razzle Dazzle Rose #E138BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.94%

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

R = 47.97%
G = 11.94%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E138BC (or 0xE138BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and BC. RGB value is (225,56,188). Sum of RGB (Red+Green+Blue) = 225+56+188=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E138BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138BC is #1EC743. Grayscale: #797979. Windows color (decimal): -2017092 or 12335329. OLE color: 12335329.

HSL color Cylindrical-coordinate representation of color #E138BC: hue angle of 313.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138BC is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 188 -
CMYK 0 0.75 0.16 0.12
HSL 313.14º 0.74% 0.55% -
HSV(B) 313.14º 0.75% 0.88% -
XYZ 41.54 22.47 49.72 -
YUV 121.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 225 56 188 0 0.75 0.16 0.12 313.14 0.74 0.55
Hex E1 38 BC 0 4B 10 C 139 4A 37
Octal 341 70 274 0 113 20 14 471 112 67
Binary 11100001 111000 10111100 0 1001011 10000 1100 100111001 1001010 110111

Color Harmonies of #E138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138BC

Black with #E138BC

Text Example


Text Example

White with #E138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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