Html Css Color HEX #E227BD Razzle Dazzle Rose

📋 copy color: '#E227BD'

red 226 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E227BD

Tints of Razzle Dazzle Rose #E227BD

RGB

 RED value IS 226 (88.67% from 255) = 49.78%

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 49.78%
G = 8.59%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E227BD (or 0xE227BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and BD. RGB value is (226,39,189). Sum of RGB (Red+Green+Blue) = 226+39+189=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E227BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227BD is #1DD842. Grayscale: #6F6F6F. Windows color (decimal): -1955907 or 12396514. OLE color: 12396514.

HSL color Cylindrical-coordinate representation of color #E227BD: hue angle of 311.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E227BD is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 39 189 -
CMYK 0 0.83 0.16 0.11
HSL 311.87º 0.76% 0.52% -
HSV(B) 311.87º 0.83% 0.89% -
XYZ 41.27 21.29 50.08 -
YUV 112.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 226 39 189 0 0.83 0.16 0.11 311.87 0.76 0.52
Hex E2 27 BD 0 53 10 B 138 4C 34
Octal 342 47 275 0 123 20 13 470 114 64
Binary 11100010 100111 10111101 0 1010011 10000 1011 100111000 1001100 110100

Color Harmonies of #E227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E227BD

Black with #E227BD

Text Example


Text Example

White with #E227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E227BD; }

 p { color: rgb(226,39,189); }

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

background-color css

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

 a { background-color: rgb(226,39,189); }

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

border-color css

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

 span { border-color: rgb(226,39,189); }

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