Html Css Color HEX #EF4AB4 Brilliant Rose

📋 copy color: '#EF4AB4'

red 239 ◦ green 74 ◦ blue 180

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

Shades of Brilliant Rose #EF4AB4

Tints of Brilliant Rose #EF4AB4

RGB

 RED value IS 239 (93.75% from 255) = 48.48%

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

 BLUE value IS 180 (70.7% from 255) = 36.51%

R = 48.48%
G = 15.01%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF4AB4 (or 0xEF4AB4) is known color: Brilliant Rose. HEX triplet: EF, 4A and B4. RGB value is (239,74,180). Sum of RGB (Red+Green+Blue) = 239+74+180=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AB4 is #10B54B. Grayscale: #878787. Windows color (decimal): -1094988 or 11815663. OLE color: 11815663.

HSL color Cylindrical-coordinate representation of color #EF4AB4: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AB4 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 180 -
CMYK 0 0.69 0.25 0.06
HSL 321.45º 0.84% 0.61% -
HSV(B) 321.45º 0.69% 0.94% -
XYZ 46.28 26.54 45.86 -
YUV 135.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 239 74 180 0 0.69 0.25 0.06 321.45 0.84 0.61
Hex EF 4A B4 0 45 19 6 141 54 3D
Octal 357 112 264 0 105 31 6 501 124 75
Binary 11101111 1001010 10110100 0 1000101 11001 110 101000001 1010100 111101

Color Harmonies of #EF4AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AB4

Black with #EF4AB4

Text Example


Text Example

White with #EF4AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AB4; }

 p { color: rgb(239,74,180); }

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

background-color css

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

 a { background-color: rgb(239,74,180); }

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

border-color css

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

 span { border-color: rgb(239,74,180); }

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