Html Css Color HEX #E138B7 Razzle Dazzle Rose

📋 copy color: '#E138B7'

red 225 ◦ green 56 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E138B7

Tints of Razzle Dazzle Rose #E138B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 48.49%
G = 12.07%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E138B7 (or 0xE138B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and B7. RGB value is (225,56,183). Sum of RGB (Red+Green+Blue) = 225+56+183=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E138B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138B7 is #1EC748. Grayscale: #787878. Windows color (decimal): -2017097 or 12007649. OLE color: 12007649.

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

Color convert

RGB 225 56 183 -
CMYK 0 0.75 0.19 0.12
HSL 314.91º 0.74% 0.55% -
HSV(B) 314.91º 0.75% 0.88% -
XYZ 41.01 22.25 46.93 -
YUV 121.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 225 56 183 0 0.75 0.19 0.12 314.91 0.74 0.55
Hex E1 38 B7 0 4B 13 C 13B 4A 37
Octal 341 70 267 0 113 23 14 473 112 67
Binary 11100001 111000 10110111 0 1001011 10011 1100 100111011 1001010 110111

Color Harmonies of #E138B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138B7

Black with #E138B7

Text Example


Text Example

White with #E138B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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