Html Css Color HEX #E138C3 Razzle Dazzle Rose

📋 copy color: '#E138C3'

red 225 ◦ green 56 ◦ blue 195

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

Shades of Razzle Dazzle Rose #E138C3

Tints of Razzle Dazzle Rose #E138C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.97%

R = 47.27%
G = 11.76%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E138C3 (or 0xE138C3) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and C3. RGB value is (225,56,195). Sum of RGB (Red+Green+Blue) = 225+56+195=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E138C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138C3 is #1EC73C. Grayscale: #797979. Windows color (decimal): -2017085 or 12794081. OLE color: 12794081.

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

Color convert

RGB 225 56 195 -
CMYK 0 0.75 0.13 0.12
HSL 310.65º 0.74% 0.55% -
HSV(B) 310.65º 0.75% 0.88% -
XYZ 42.32 22.78 53.8 -
YUV 122.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 225 56 195 0 0.75 0.13 0.12 310.65 0.74 0.55
Hex E1 38 C3 0 4B D C 137 4A 37
Octal 341 70 303 0 113 15 14 467 112 67
Binary 11100001 111000 11000011 0 1001011 1101 1100 100110111 1001010 110111

Color Harmonies of #E138C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138C3

Black with #E138C3

Text Example


Text Example

White with #E138C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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