Html Css Color HEX #EF4CB4 Brilliant Rose

📋 copy color: '#EF4CB4'

red 239 ◦ green 76 ◦ blue 180

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

Shades of Brilliant Rose #EF4CB4

Tints of Brilliant Rose #EF4CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 48.28%
G = 15.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF4CB4 (or 0xEF4CB4) is known color: Brilliant Rose. HEX triplet: EF, 4C and B4. RGB value is (239,76,180). Sum of RGB (Red+Green+Blue) = 239+76+180=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CB4 is #10B34B. Grayscale: #888888. Windows color (decimal): -1094476 or 11816175. OLE color: 11816175.

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

Color convert

RGB 239 76 180 -
CMYK 0 0.68 0.25 0.06
HSL 321.72º 0.84% 0.62% -
HSV(B) 321.72º 0.68% 0.94% -
XYZ 46.42 26.81 45.91 -
YUV 136.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 239 76 180 0 0.68 0.25 0.06 321.72 0.84 0.62
Hex EF 4C B4 0 44 19 6 142 54 3E
Octal 357 114 264 0 104 31 6 502 124 76
Binary 11101111 1001100 10110100 0 1000100 11001 110 101000010 1010100 111110

Color Harmonies of #EF4CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CB4

Black with #EF4CB4

Text Example


Text Example

White with #EF4CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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