Html Css Color HEX #E138CB Razzle Dazzle Rose

📋 copy color: '#E138CB'

red 225 ◦ green 56 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E138CB

Tints of Razzle Dazzle Rose #E138CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 46.49%
G = 11.57%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E138CB (or 0xE138CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and CB. RGB value is (225,56,203). Sum of RGB (Red+Green+Blue) = 225+56+203=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E138CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138CB is #1EC734. Grayscale: #7A7A7A. Windows color (decimal): -2017077 or 13318369. OLE color: 13318369.

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

Color convert

RGB 225 56 203 -
CMYK 0 0.75 0.10 0.12
HSL 307.81º 0.74% 0.55% -
HSV(B) 307.81º 0.75% 0.88% -
XYZ 43.25 23.15 58.69 -
YUV 123.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 225 56 203 0 0.75 0.10 0.12 307.81 0.74 0.55
Hex E1 38 CB 0 4B A C 134 4A 37
Octal 341 70 313 0 113 12 14 464 112 67
Binary 11100001 111000 11001011 0 1001011 1010 1100 100110100 1001010 110111

Color Harmonies of #E138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138CB

Black with #E138CB

Text Example


Text Example

White with #E138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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