Html Css Color HEX #ED4ABA Razzle Dazzle Rose

📋 copy color: '#ED4ABA'

red 237 ◦ green 74 ◦ blue 186

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

Shades of Razzle Dazzle Rose #ED4ABA

Tints of Razzle Dazzle Rose #ED4ABA

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

 GREEN value IS 74 (29.3% from 255) = 14.89%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 47.69%
G = 14.89%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED4ABA (or 0xED4ABA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4A and BA. RGB value is (237,74,186). Sum of RGB (Red+Green+Blue) = 237+74+186=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ABA is #12B545. Grayscale: #878787. Windows color (decimal): -1226054 or 12208877. OLE color: 12208877.

HSL color Cylindrical-coordinate representation of color #ED4ABA: hue angle of 318.77º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4ABA is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 186 -
CMYK 0 0.69 0.22 0.07
HSL 318.77º 0.82% 0.61% -
HSV(B) 318.77º 0.69% 0.93% -
XYZ 46.24 26.45 49.12 -
YUV 135.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 237 74 186 0 0.69 0.22 0.07 318.77 0.82 0.61
Hex ED 4A BA 0 45 16 7 13F 52 3D
Octal 355 112 272 0 105 26 7 477 122 75
Binary 11101101 1001010 10111010 0 1000101 10110 111 100111111 1010010 111101

Color Harmonies of #ED4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ABA

Black with #ED4ABA

Text Example


Text Example

White with #ED4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ABA; }

 p { color: rgb(237,74,186); }

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

background-color css

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

 a { background-color: rgb(237,74,186); }

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

border-color css

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

 span { border-color: rgb(237,74,186); }

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